#CCA384

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

Shades of Cameo #CCA384

Tints of Cameo #CCA384

Color information

#CCA384 (or 0xCCA384) is unknown color: approx Cameo. HEX triplet: CC, A3 and 84. RGB value is (204,163,132). Sum of RGB (Red+Green+Blue) = 204+163+132=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA384 is #335C7B. Grayscale: #ABABAB. Windows color (decimal): -3366012 or 8692684. OLE color: 8692684.

HSL color Cylindrical-coordinate representation of color #CCA384: hue angle of 25.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCA384 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204163132-
CMYK00.200.350.2
HSL25.83º41.38%65.88%-
HSV(B)25.83º35.29%80%-
XYZ42.1640.727.46-
YUV171.72105.58151.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=40.88%
G=32.67%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416313200.200.350.225.8341.3865.88
HexCCA38401423141a2942
Octal31424320402443243251102
Binary11001100101000111000010001010010001110100110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA384; }

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

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

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

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

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

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

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

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