#CCA282

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

Shades of Cameo #CCA282

Tints of Cameo #CCA282

Color information

#CCA282 (or 0xCCA282) is unknown color: approx Cameo. HEX triplet: CC, A2 and 82. RGB value is (204,162,130). Sum of RGB (Red+Green+Blue) = 204+162+130=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA282 is #335D7D. Grayscale: #ABABAB. Windows color (decimal): -3366270 or 8561356. OLE color: 8561356.

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

Color convert

RGB204162130-
CMYK00.210.360.2
HSL25.95º42.05%65.49%-
HSV(B)25.95º36.27%80%-
XYZ41.8540.2926.69-
YUV170.91104.91151.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=41.13%
G=32.66%
B=26.21%

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
Decimal20416213000.210.360.225.9542.0565.49
HexCCA28201524141a2a41
Octal31424220202544243252101
Binary11001100101000101000001001010110010010100110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA282; }

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

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

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

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

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

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

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

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