#CDA581

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

Shades of Cameo #CDA581

Tints of Cameo #CDA581

Color information

#CDA581 (or 0xCDA581) is unknown color: approx Cameo. HEX triplet: CD, A5 and 81. RGB value is (205,165,129). Sum of RGB (Red+Green+Blue) = 205+165+129=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA581 is #325A7E. Grayscale: #ADADAD. Windows color (decimal): -3299967 or 8496589. OLE color: 8496589.

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

Color convert

RGB205165129-
CMYK00.200.370.20
HSL28.42º43.18%65.49%-
HSV(B)28.42º37.07%80.39%-
XYZ42.5941.4726.53-
YUV172.86103.25150.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=41.08%
G=33.07%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516512900.200.370.2028.4243.1865.49
HexCDA58101425141c2b41
Octal31524520102445243453101
Binary11001101101001011000000101010010010110100111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA581; }

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

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

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

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

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

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

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

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