#CCA183

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

Shades of Cameo #CCA183

Tints of Cameo #CCA183

Color information

#CCA183 (or 0xCCA183) is unknown color: approx Cameo. HEX triplet: CC, A1 and 83. RGB value is (204,161,131). Sum of RGB (Red+Green+Blue) = 204+161+131=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA183 is #335E7C. Grayscale: #AAAAAA. Windows color (decimal): -3366525 or 8626636. OLE color: 8626636.

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

Color convert

RGB204161131-
CMYK00.210.360.2
HSL24.66º41.71%65.69%-
HSV(B)24.66º35.78%80%-
XYZ41.7439.9726.99-
YUV170.44105.75151.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=41.13%
G=32.46%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416113100.210.360.224.6641.7165.69
HexCCA1830152414192a42
Octal31424120302544243152102
Binary11001100101000011000001101010110010010100110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA183; }

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

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

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

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

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

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

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

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