#CDC895

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

Shades of Tahuna Sands #CDC895

Tints of Tahuna Sands #CDC895

Color information

#CDC895 (or 0xCDC895) is unknown color: approx Tahuna Sands. HEX triplet: CD, C8 and 95. RGB value is (205,200,149). Sum of RGB (Red+Green+Blue) = 205+200+149=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC895 is #32376A. Grayscale: #C3C3C3. Windows color (decimal): -3290987 or 9816269. OLE color: 9816269.

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

Color convert

RGB205200149-
CMYK00.020.270.20
HSL54.64º35.9%69.41%-
HSV(B)54.64º27.32%80.39%-
XYZ51.2656.4636.63-
YUV195.68101.66134.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=37.00%
G=36.10%
B=26.90%

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
Decimal20520014900.020.270.2054.6435.969.41
HexCDC895021B14372445
Octal3153102250233246744105
Binary11001101110010001001010101011011101001101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC895; }

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

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

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

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

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

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

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

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