#C77081

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

Shades of Charm #C77081

Tints of Charm #C77081

Color information

#C77081 (or 0xC77081) is unknown color: approx Charm. HEX triplet: C7, 70 and 81. RGB value is (199,112,129). Sum of RGB (Red+Green+Blue) = 199+112+129=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C77081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77081 is #388F7E. Grayscale: #8B8B8B. Windows color (decimal): -3706751 or 8483015. OLE color: 8483015.

HSL color Cylindrical-coordinate representation of color #C77081: hue angle of 348.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77081 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199112129-
CMYK00.440.350.22
HSL348.28º43.72%60.98%-
HSV(B)348.28º43.72%78.04%-
XYZ33.3125.3223.9-
YUV139.95121.82170.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=45.23%
G=25.45%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911212900.440.350.22348.2843.7260.98
HexC7708102C231615c2c3d
Octal30716020105443265345475
Binary11000111111000010000001010110010001110110101011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77081; }

 p { color: rgb(199,112,129); }

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

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

 a { background-color: rgb(199,112,129); }

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

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

 span { border-color: rgb(199,112,129); }

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