#C76F85

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

Shades of Charm #C76F85

Tints of Charm #C76F85

Color information

#C76F85 (or 0xC76F85) is unknown color: approx Charm. HEX triplet: C7, 6F and 85. RGB value is (199,111,133). Sum of RGB (Red+Green+Blue) = 199+111+133=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F85 is #38907A. Grayscale: #8B8B8B. Windows color (decimal): -3707003 or 8744903. OLE color: 8744903.

HSL color Cylindrical-coordinate representation of color #C76F85: hue angle of 345º 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 #C76F85 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199111133-
CMYK00.440.330.22
HSL345º44%60.78%-
HSV(B)345º44.22%78.04%-
XYZ33.4725.225.29-
YUV139.82124.15170.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=44.92%
G=25.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911113300.440.330.223454460.78
HexC76F8502C21161592c3d
Octal30715720505441265315475
Binary11000111110111110000101010110010000110110101011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F85; }

 p { color: rgb(199,111,133); }

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

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

 a { background-color: rgb(199,111,133); }

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

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

 span { border-color: rgb(199,111,133); }

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