#CDCC9C

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

Shades of Tahuna Sands #CDCC9C

Tints of Tahuna Sands #CDCC9C

Color information

#CDCC9C (or 0xCDCC9C) is unknown color: approx Tahuna Sands. HEX triplet: CD, CC and 9C. RGB value is (205,204,156). Sum of RGB (Red+Green+Blue) = 205+204+156=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC9C is #323363. Grayscale: #C7C7C7. Windows color (decimal): -3289956 or 10276045. OLE color: 10276045.

HSL color Cylindrical-coordinate representation of color #CDCC9C: hue angle of 58.78º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDCC9C is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205204156-
CMYK00.000.240.20
HSL58.78º32.89%70.78%-
HSV(B)58.78º23.9%80.39%-
XYZ52.7758.5739.98-
YUV198.83103.83132.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=36.28%
G=36.11%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520415600.000.240.2058.7832.8970.78
HexCDCC9C0018143b2147
Octal3153142340030247341107
Binary1100110111001100100111000011000101001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC9C; }

 p { color: rgb(205,204,156); }

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

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

 a { background-color: rgb(205,204,156); }

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

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

 span { border-color: rgb(205,204,156); }

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