#CDC995

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

Shades of Tahuna Sands #CDC995

Tints of Tahuna Sands #CDC995

Color information

#CDC995 (or 0xCDC995) is unknown color: approx Tahuna Sands. HEX triplet: CD, C9 and 95. RGB value is (205,201,149). Sum of RGB (Red+Green+Blue) = 205+201+149=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC995 is #32366A. Grayscale: #C4C4C4. Windows color (decimal): -3290731 or 9816525. OLE color: 9816525.

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

Color convert

RGB205201149-
CMYK00.020.270.20
HSL55.71º35.9%69.41%-
HSV(B)55.71º27.32%80.39%-
XYZ51.4956.9236.71-
YUV196.27101.33134.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=36.94%
G=36.22%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520114900.020.270.2055.7135.969.41
HexCDC995021B14382445
Octal3153112250233247044105
Binary11001101110010011001010101011011101001110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC995; }

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

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

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

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

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

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

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

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