#CCA083

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

Shades of Cameo #CCA083

Tints of Cameo #CCA083

Color information

#CCA083 (or 0xCCA083) is unknown color: approx Cameo. HEX triplet: CC, A0 and 83. RGB value is (204,160,131). Sum of RGB (Red+Green+Blue) = 204+160+131=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA083 is #335F7C. Grayscale: #AAAAAA. Windows color (decimal): -3366781 or 8626380. OLE color: 8626380.

HSL color Cylindrical-coordinate representation of color #CCA083: hue angle of 23.84º 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 #CCA083 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204160131-
CMYK00.220.360.2
HSL23.84º41.71%65.69%-
HSV(B)23.84º35.78%80%-
XYZ41.5739.6226.93-
YUV169.85106.08152.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=41.21%
G=32.32%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416013100.220.360.223.8441.7165.69
HexCCA0830162414182a42
Octal31424020302644243052102
Binary11001100101000001000001101011010010010100110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA083; }

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

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

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

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

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

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

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

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