#CDAA88

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

Shades of Cameo #CDAA88

Tints of Cameo #CDAA88

Color information

#CDAA88 (or 0xCDAA88) is unknown color: approx Cameo. HEX triplet: CD, AA and 88. RGB value is (205,170,136). Sum of RGB (Red+Green+Blue) = 205+170+136=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA88 is #325577. Grayscale: #B0B0B0. Windows color (decimal): -3298680 or 8956621. OLE color: 8956621.

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

Color convert

RGB205170136-
CMYK00.170.340.20
HSL29.57º40.83%66.86%-
HSV(B)29.57º33.66%80.39%-
XYZ4443.5129.37-
YUV176.59105.1148.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=40.12%
G=33.27%
B=26.61%

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
Decimal20517013600.170.340.2029.5740.8366.86
HexCDAA8801122141e2943
Octal31525221002142243651103
Binary11001101101010101000100001000110001010100111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA88; }

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

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

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

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

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

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

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

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