#CC8384

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

Shades of Charm #CC8384

Tints of Charm #CC8384

Color information

#CC8384 (or 0xCC8384) is unknown color: approx Charm. HEX triplet: CC, 83 and 84. RGB value is (204,131,132). Sum of RGB (Red+Green+Blue) = 204+131+132=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8384 is #337C7B. Grayscale: #999999. Windows color (decimal): -3374204 or 8684492. OLE color: 8684492.

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

Color convert

RGB204131132-
CMYK00.360.350.2
HSL359.18º41.71%65.69%-
HSV(B)359.18º35.78%80%-
XYZ37.1830.7425.8-
YUV152.94116.18164.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=43.68%
G=28.05%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413113200.360.350.2359.1841.7165.69
HexCC838402423141672a42
Octal314203204044432454752102
Binary1100110010000011100001000100100100011101001011001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8384; }

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

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

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

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

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

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

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

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