#CCA382

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

Shades of Cameo #CCA382

Tints of Cameo #CCA382

Color information

#CCA382 (or 0xCCA382) is unknown color: approx Cameo. HEX triplet: CC, A3 and 82. RGB value is (204,163,130). Sum of RGB (Red+Green+Blue) = 204+163+130=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA382 is #335C7D. Grayscale: #ABABAB. Windows color (decimal): -3366014 or 8561612. OLE color: 8561612.

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

Color convert

RGB204163130-
CMYK00.200.360.2
HSL26.76º42.05%65.49%-
HSV(B)26.76º36.27%80%-
XYZ42.0340.6426.75-
YUV171.5104.58151.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=41.05%
G=32.80%
B=26.16%

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
Decimal20416313000.200.360.226.7642.0565.49
HexCCA38201424141b2a41
Octal31424320202444243352101
Binary11001100101000111000001001010010010010100110111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA382; }

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

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

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

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

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

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

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

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