#CDAA85

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

Shades of Cameo #CDAA85

Tints of Cameo #CDAA85

Color information

#CDAA85 (or 0xCDAA85) is unknown color: approx Cameo. HEX triplet: CD, AA and 85. RGB value is (205,170,133). Sum of RGB (Red+Green+Blue) = 205+170+133=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA85 is #32557A. Grayscale: #B0B0B0. Windows color (decimal): -3298683 or 8760013. OLE color: 8760013.

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

Color convert

RGB205170133-
CMYK00.170.350.20
HSL30.83º41.86%66.27%-
HSV(B)30.83º35.12%80.39%-
XYZ43.7943.4228.26-
YUV176.25103.6148.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=40.35%
G=33.46%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517013300.170.350.2030.8341.8666.27
HexCDAA8501123141f2a42
Octal31525220502143243752102
Binary11001101101010101000010101000110001110100111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA85; }

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

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

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

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

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

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

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

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