#CDC992

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

Shades of Tahuna Sands #CDC992

Tints of Tahuna Sands #CDC992

Color information

#CDC992 (or 0xCDC992) is unknown color: approx Tahuna Sands. HEX triplet: CD, C9 and 92. RGB value is (205,201,146). Sum of RGB (Red+Green+Blue) = 205+201+146=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC992 is #32366D. Grayscale: #C4C4C4. Windows color (decimal): -3290734 or 9619917. OLE color: 9619917.

HSL color Cylindrical-coordinate representation of color #CDC992: hue angle of 55.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC992 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205201146-
CMYK00.020.290.20
HSL55.93º37.11%68.82%-
HSV(B)55.93º28.78%80.39%-
XYZ51.2556.8335.46-
YUV195.9399.83134.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=37.14%
G=36.41%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520114600.020.290.2055.9337.1168.82
HexCDC992021D14382545
Octal3153112220235247045105
Binary11001101110010011001001001011101101001110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC992; }

 p { color: rgb(205,201,146); }

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

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

 a { background-color: rgb(205,201,146); }

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

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

 span { border-color: rgb(205,201,146); }

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