#CDA87F

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

Shades of Cameo #CDA87F

Tints of Cameo #CDA87F

Color information

#CDA87F (or 0xCDA87F) is unknown color: approx Cameo. HEX triplet: CD, A8 and 7F. RGB value is (205,168,127). Sum of RGB (Red+Green+Blue) = 205+168+127=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA87F is #325780. Grayscale: #AEAEAE. Windows color (decimal): -3299201 or 8366285. OLE color: 8366285.

HSL color Cylindrical-coordinate representation of color #CDA87F: hue angle of 31.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDA87F is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205168127-
CMYK00.180.380.20
HSL31.54º43.82%65.1%-
HSV(B)31.54º38.05%80.39%-
XYZ43.0142.5226.02-
YUV174.39101.26149.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 127 (50% from 255) = 25.4%
R=41%
G=33.6%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516812700.180.380.2031.5443.8265.1
HexCDA87F0122614202c41
Octal31525017702246244054101
Binary11001101101010001111111010010100110101001000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA87F; }

 p { color: rgb(205,168,127); }

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

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

 a { background-color: rgb(205,168,127); }

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

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

 span { border-color: rgb(205,168,127); }

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