#CDA586

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

Shades of Cameo #CDA586

Tints of Cameo #CDA586

Color information

#CDA586 (or 0xCDA586) is unknown color: approx Cameo. HEX triplet: CD, A5 and 86. RGB value is (205,165,134). Sum of RGB (Red+Green+Blue) = 205+165+134=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA586 is #325A79. Grayscale: #ADADAD. Windows color (decimal): -3299962 or 8824269. OLE color: 8824269.

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

Color convert

RGB205165134-
CMYK00.200.350.20
HSL26.2º41.52%66.47%-
HSV(B)26.2º34.63%80.39%-
XYZ42.9441.6128.32-
YUV173.43105.75150.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=40.67%
G=32.74%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516513400.200.350.2026.241.5266.47
HexCDA58601423141a2a42
Octal31524520602443243252102
Binary11001101101001011000011001010010001110100110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA586; }

 p { color: rgb(205,165,134); }

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

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

 a { background-color: rgb(205,165,134); }

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

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

 span { border-color: rgb(205,165,134); }

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