#CDAA87

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

Shades of Cameo #CDAA87

Tints of Cameo #CDAA87

Color information

#CDAA87 (or 0xCDAA87) is unknown color: approx Cameo. HEX triplet: CD, AA and 87. RGB value is (205,170,135). Sum of RGB (Red+Green+Blue) = 205+170+135=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA87 is #325578. Grayscale: #B0B0B0. Windows color (decimal): -3298681 or 8891085. OLE color: 8891085.

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

Color convert

RGB205170135-
CMYK00.170.340.20
HSL30º41.18%66.67%-
HSV(B)30º34.15%80.39%-
XYZ43.9243.4829-
YUV176.47104.6148.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=40.20%
G=33.33%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517013500.170.340.203041.1866.67
HexCDAA8701122141e2943
Octal31525220702142243651103
Binary11001101101010101000011101000110001010100111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA87; }

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

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

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

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

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

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

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

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