#CDC994

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

Shades of Tahuna Sands #CDC994

Tints of Tahuna Sands #CDC994

Color information

#CDC994 (or 0xCDC994) is unknown color: approx Tahuna Sands. HEX triplet: CD, C9 and 94. RGB value is (205,201,148). Sum of RGB (Red+Green+Blue) = 205+201+148=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC994 is #32366B. Grayscale: #C4C4C4. Windows color (decimal): -3290732 or 9750989. OLE color: 9750989.

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

Color convert

RGB205201148-
CMYK00.020.280.20
HSL55.79º36.31%69.22%-
HSV(B)55.79º27.8%80.39%-
XYZ51.4156.8936.29-
YUV196.15100.83134.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=37.00%
G=36.28%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520114800.020.280.2055.7936.3169.22
HexCDC994021C14382445
Octal3153112240234247044105
Binary11001101110010011001010001011100101001110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC994; }

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

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

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

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

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

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

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

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