#CDCB96

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

Shades of Tahuna Sands #CDCB96

Tints of Tahuna Sands #CDCB96

Color information

#CDCB96 (or 0xCDCB96) is unknown color: approx Tahuna Sands. HEX triplet: CD, CB and 96. RGB value is (205,203,150). Sum of RGB (Red+Green+Blue) = 205+203+150=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCB96 is #323469. Grayscale: #C5C5C5. Windows color (decimal): -3290218 or 9882573. OLE color: 9882573.

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

Color convert

RGB205203150-
CMYK00.010.270.20
HSL57.82º35.48%69.61%-
HSV(B)57.82º26.83%80.39%-
XYZ52.0457.8937.29-
YUV197.56101.16133.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=36.74%
G=36.38%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520315000.010.270.2057.8235.4869.61
HexCDCB96011B143a2346
Octal3153132260133247243106
Binary1100110111001011100101100111011101001110101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCB96; }

 p { color: rgb(205,203,150); }

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

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

 a { background-color: rgb(205,203,150); }

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

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

 span { border-color: rgb(205,203,150); }

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