#CDA58C

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

Shades of Cameo #CDA58C

Tints of Cameo #CDA58C

Color information

#CDA58C (or 0xCDA58C) is unknown color: approx Cameo. HEX triplet: CD, A5 and 8C. RGB value is (205,165,140). Sum of RGB (Red+Green+Blue) = 205+165+140=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58C is #325A73. Grayscale: #AEAEAE. Windows color (decimal): -3299956 or 9217485. OLE color: 9217485.

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

Color convert

RGB205165140-
CMYK00.200.320.20
HSL23.08º39.39%67.65%-
HSV(B)23.08º31.71%80.39%-
XYZ43.3741.7830.59-
YUV174.11108.75150.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=40.20%
G=32.35%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516514000.200.320.2023.0839.3967.65
HexCDA58C0142014172744
Octal31524521402440242747104
Binary11001101101001011000110001010010000010100101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA58C; }

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

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

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

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

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

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

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

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