#CBC49C

Color #CBC49C Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CBC49C

Tints of Tahuna Sands #CBC49C

Color information

#CBC49C (or 0xCBC49C) is unknown color: approx Tahuna Sands. HEX triplet: CB, C4 and 9C. RGB value is (203,196,156). Sum of RGB (Red+Green+Blue) = 203+196+156=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC49C is #343B63. Grayscale: #C1C1C1. Windows color (decimal): -3423076 or 10273995. OLE color: 10273995.

HSL color Cylindrical-coordinate representation of color #CBC49C: hue angle of 51.06º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC49C is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203196156-
CMYK00.030.230.20
HSL51.06º31.13%70.39%-
HSV(B)51.06º23.15%79.61%-
XYZ50.3754.5839.33-
YUV193.53106.82134.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=36.58%
G=35.32%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319615600.030.230.2051.0631.1370.39
HexCBC49C031714331f46
Octal3133042340327246337106
Binary1100101111000100100111000111011110100110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC49C; }

 p { color: rgb(203,196,156); }

 H1.HeaderClassName
 {
   color: #CBC49C;
 }
 .AnyTagClassName
 {
   color: #CBC49C;
 }
</style>
background-color css

<style>
 a { background-color: #CBC49C; }

 a { background-color: rgb(203,196,156); }

 div.DivClassName
 {
   background-color: #CBC49C;
 }
 .BgClassName
 {
   background-color: #CBC49C;
 }
</style>
border-color css

<style>
 span { border-color: #CBC49C; }

 span { border-color: rgb(203,196,156); }

 td.TdClassName
 {
   border-color: #CBC49C;
 }
 .TagClassName
 {
   border-color: #CBC49C;
 }
</style>