#CDC297

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

Shades of Tahuna Sands #CDC297

Tints of Tahuna Sands #CDC297

Color information

#CDC297 (or 0xCDC297) is unknown color: approx Tahuna Sands. HEX triplet: CD, C2 and 97. RGB value is (205,194,151). Sum of RGB (Red+Green+Blue) = 205+194+151=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC297 is #323D68. Grayscale: #C0C0C0. Windows color (decimal): -3292521 or 9945805. OLE color: 9945805.

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

Color convert

RGB205194151-
CMYK00.050.260.20
HSL47.78º35.06%69.8%-
HSV(B)47.78º26.34%80.39%-
XYZ50.0553.837.02-
YUV192.39104.64137-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=37.27%
G=35.27%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519415100.050.260.2047.7835.0669.8
HexCDC297051A14302346
Octal3153022270532246043106
Binary110011011100001010010111010111010101001100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC297; }

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

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

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

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

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

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

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

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