#CDC6A0

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

Shades of Tahuna Sands #CDC6A0

Tints of Tahuna Sands #CDC6A0

Color information

#CDC6A0 (or 0xCDC6A0) is unknown color: approx Tahuna Sands. HEX triplet: CD, C6 and A0. RGB value is (205,198,160). Sum of RGB (Red+Green+Blue) = 205+198+160=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6A0 is #32395F. Grayscale: #C3C3C3. Windows color (decimal): -3291488 or 10536653. OLE color: 10536653.

HSL color Cylindrical-coordinate representation of color #CDC6A0: hue angle of 50.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC6A0 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205198160-
CMYK00.030.220.20
HSL50.67º31.03%71.57%-
HSV(B)50.67º21.95%80.39%-
XYZ51.7255.9141.32-
YUV195.76107.82134.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=36.41%
G=35.17%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519816000.030.220.2050.6731.0371.57
HexCDC6A0031614331f48
Octal3153062400326246337110
Binary1100110111000110101000000111011010100110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6A0; }

 p { color: rgb(205,198,160); }

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

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

 a { background-color: rgb(205,198,160); }

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

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

 span { border-color: rgb(205,198,160); }

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