#CCA283

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

Shades of Cameo #CCA283

Tints of Cameo #CCA283

Color information

#CCA283 (or 0xCCA283) is unknown color: approx Cameo. HEX triplet: CC, A2 and 83. RGB value is (204,162,131). Sum of RGB (Red+Green+Blue) = 204+162+131=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA283 is #335D7C. Grayscale: #ABABAB. Windows color (decimal): -3366269 or 8626892. OLE color: 8626892.

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

Color convert

RGB204162131-
CMYK00.210.360.2
HSL25.48º41.71%65.69%-
HSV(B)25.48º35.78%80%-
XYZ41.9240.3227.05-
YUV171.02105.41151.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=41.05%
G=32.60%
B=26.36%

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
Decimal20416213100.210.360.225.4841.7165.69
HexCCA2830152414192a42
Octal31424220302544243152102
Binary11001100101000101000001101010110010010100110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA283; }

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

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

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

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

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

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

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

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