#CDA482

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

Shades of Cameo #CDA482

Tints of Cameo #CDA482

Color information

#CDA482 (or 0xCDA482) is unknown color: approx Cameo. HEX triplet: CD, A4 and 82. RGB value is (205,164,130). Sum of RGB (Red+Green+Blue) = 205+164+130=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA482 is #325B7D. Grayscale: #ACACAC. Windows color (decimal): -3300222 or 8561869. OLE color: 8561869.

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

Color convert

RGB205164130-
CMYK00.20.370.20
HSL27.2º42.86%65.69%-
HSV(B)27.2º36.59%80.39%-
XYZ42.4841.1426.82-
YUV172.38104.08151.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=41.08%
G=32.87%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516413000.20.370.2027.242.8665.69
HexCDA48201425141b2b42
Octal31524420202445243353102
Binary11001101101001001000001001010010010110100110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA482; }

 p { color: rgb(205,164,130); }

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

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

 a { background-color: rgb(205,164,130); }

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

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

 span { border-color: rgb(205,164,130); }

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