#CBC69C

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

Shades of Tahuna Sands #CBC69C

Tints of Tahuna Sands #CBC69C

Color information

#CBC69C (or 0xCBC69C) is unknown color: approx Tahuna Sands. HEX triplet: CB, C6 and 9C. RGB value is (203,198,156). Sum of RGB (Red+Green+Blue) = 203+198+156=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC69C is #343963. Grayscale: #C2C2C2. Windows color (decimal): -3422564 or 10274507. OLE color: 10274507.

HSL color Cylindrical-coordinate representation of color #CBC69C: hue angle of 53.62º 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 #CBC69C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203198156-
CMYK00.020.230.20
HSL53.62º31.13%70.39%-
HSV(B)53.62º23.15%79.61%-
XYZ50.8255.4839.48-
YUV194.71106.16133.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=36.45%
G=35.55%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319815600.020.230.2053.6231.1370.39
HexCBC69C021714361f46
Octal3133062340227246637106
Binary1100101111000110100111000101011110100110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC69C; }

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

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

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

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

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

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

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

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