#CDC497

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

Shades of Tahuna Sands #CDC497

Tints of Tahuna Sands #CDC497

Color information

#CDC497 (or 0xCDC497) is unknown color: approx Tahuna Sands. HEX triplet: CD, C4 and 97. RGB value is (205,196,151). Sum of RGB (Red+Green+Blue) = 205+196+151=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC497 is #323B68. Grayscale: #C1C1C1. Windows color (decimal): -3292009 or 9946317. OLE color: 9946317.

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

Color convert

RGB205196151-
CMYK00.040.260.20
HSL50º35.06%69.8%-
HSV(B)50º26.34%80.39%-
XYZ50.554.6937.17-
YUV193.56103.98136.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=37.14%
G=35.51%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519615100.040.260.205035.0669.8
HexCDC497041A14322346
Octal3153042270432246243106
Binary110011011100010010010111010011010101001100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC497; }

 p { color: rgb(205,196,151); }

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

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

 a { background-color: rgb(205,196,151); }

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

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

 span { border-color: rgb(205,196,151); }

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