#CDA07E

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

Shades of Cameo #CDA07E

Tints of Cameo #CDA07E

Color information

#CDA07E (or 0xCDA07E) is unknown color: approx Cameo. HEX triplet: CD, A0 and 7E. RGB value is (205,160,126). Sum of RGB (Red+Green+Blue) = 205+160+126=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA07E is #325F81. Grayscale: #A9A9A9. Windows color (decimal): -3301250 or 8298701. OLE color: 8298701.

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

Color convert

RGB205160126-
CMYK00.220.390.20
HSL25.82º44.13%64.9%-
HSV(B)25.82º38.54%80.39%-
XYZ41.5139.6325.2-
YUV169.58103.41153.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=41.75%
G=32.59%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516012600.220.390.2025.8244.1364.9
HexCDA07E01627141a2c41
Octal31524017602647243254101
Binary1100110110100000111111001011010011110100110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA07E; }

 p { color: rgb(205,160,126); }

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

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

 a { background-color: rgb(205,160,126); }

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

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

 span { border-color: rgb(205,160,126); }

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