#CC7F83

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

Shades of Charm #CC7F83

Tints of Charm #CC7F83

Color information

#CC7F83 (or 0xCC7F83) is unknown color: approx Charm. HEX triplet: CC, 7F and 83. RGB value is (204,127,131). Sum of RGB (Red+Green+Blue) = 204+127+131=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F83 is #33807C. Grayscale: #969696. Windows color (decimal): -3375229 or 8617932. OLE color: 8617932.

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

Color convert

RGB204127131-
CMYK00.380.360.2
HSL356.88º43.02%64.9%-
HSV(B)356.88º37.75%80%-
XYZ36.5929.6525.27-
YUV150.48117.01166.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=44.16%
G=27.49%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412713100.380.360.2356.8843.0264.9
HexCC7F8302624141652b41
Octal314177203046442454553101
Binary110011001111111100000110100110100100101001011001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F83; }

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

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

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

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

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

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

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

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