#CCA483

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

Shades of Cameo #CCA483

Tints of Cameo #CCA483

Color information

#CCA483 (or 0xCCA483) is unknown color: approx Cameo. HEX triplet: CC, A4 and 83. RGB value is (204,164,131). Sum of RGB (Red+Green+Blue) = 204+164+131=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA483 is #335B7C. Grayscale: #ACACAC. Windows color (decimal): -3365757 or 8627404. OLE color: 8627404.

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

Color convert

RGB204164131-
CMYK00.200.360.2
HSL27.12º41.71%65.69%-
HSV(B)27.12º35.78%80%-
XYZ42.2741.0327.16-
YUV172.2104.75150.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=40.88%
G=32.87%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416413100.200.360.227.1241.7165.69
HexCCA48301424141b2a42
Octal31424420302444243352102
Binary11001100101001001000001101010010010010100110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA483; }

 p { color: rgb(204,164,131); }

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

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

 a { background-color: rgb(204,164,131); }

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

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

 span { border-color: rgb(204,164,131); }

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