#CDAA89

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

Shades of Cameo #CDAA89

Tints of Cameo #CDAA89

Color information

#CDAA89 (or 0xCDAA89) is unknown color: approx Cameo. HEX triplet: CD, AA and 89. RGB value is (205,170,137). Sum of RGB (Red+Green+Blue) = 205+170+137=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA89 is #325576. Grayscale: #B0B0B0. Windows color (decimal): -3298679 or 9022157. OLE color: 9022157.

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

Color convert

RGB205170137-
CMYK00.170.330.20
HSL29.12º40.48%67.06%-
HSV(B)29.12º33.17%80.39%-
XYZ44.0743.5329.75-
YUV176.7105.6148.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=40.04%
G=33.20%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517013700.170.330.2029.1240.4867.06
HexCDAA8901121141d2843
Octal31525221102141243550103
Binary11001101101010101000100101000110000110100111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA89; }

 p { color: rgb(205,170,137); }

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

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

 a { background-color: rgb(205,170,137); }

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

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

 span { border-color: rgb(205,170,137); }

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