#CDCC9B

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

Shades of Tahuna Sands #CDCC9B

Tints of Tahuna Sands #CDCC9B

Color information

#CDCC9B (or 0xCDCC9B) is unknown color: approx Tahuna Sands. HEX triplet: CD, CC and 9B. RGB value is (205,204,155). Sum of RGB (Red+Green+Blue) = 205+204+155=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC9B is #323364. Grayscale: #C6C6C6. Windows color (decimal): -3289957 or 10210509. OLE color: 10210509.

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

Color convert

RGB205204155-
CMYK00.000.240.20
HSL58.8º33.33%70.59%-
HSV(B)58.8º24.39%80.39%-
XYZ52.6958.5339.53-
YUV198.71103.33132.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=36.35%
G=36.17%
B=27.48%

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
Decimal20520415500.000.240.2058.833.3370.59
HexCDCC9B0018143b2147
Octal3153142330030247341107
Binary1100110111001100100110110011000101001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC9B; }

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

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

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

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

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

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

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

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