#CDA685

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

Shades of Cameo #CDA685

Tints of Cameo #CDA685

Color information

#CDA685 (or 0xCDA685) is unknown color: approx Cameo. HEX triplet: CD, A6 and 85. RGB value is (205,166,133). Sum of RGB (Red+Green+Blue) = 205+166+133=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA685 is #32597A. Grayscale: #AEAEAE. Windows color (decimal): -3299707 or 8758989. OLE color: 8758989.

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

Color convert

RGB205166133-
CMYK00.190.350.20
HSL27.5º41.86%66.27%-
HSV(B)27.5º35.12%80.39%-
XYZ43.0541.9528.02-
YUV173.9104.92150.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=40.67%
G=32.94%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516613300.190.350.2027.541.8666.27
HexCDA68501323141c2a42
Octal31524620502343243452102
Binary11001101101001101000010101001110001110100111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA685; }

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

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

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

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

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

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

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

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