#c76b75

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

Shades of Charm #C76B75

Tints of Charm #C76B75

Color information

#C76B75 (or 0xC76B75) is unknown color: approx Charm. HEX triplet: C7, 6B and 75. RGB value is (199,107,117). Sum of RGB (Red+Green+Blue) = 199+107+117=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B75 is #38948A. Grayscale: #878787. Windows color (decimal): -3708043 or 7695303. OLE color: 7695303.

HSL color Cylindrical-coordinate representation of color #C76B75: hue angle of 353.48º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76B75 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199107117-
CMYK00.460.410.22
HSL353.48º45.1%60%-
HSV(B)353.48º46.23%78.04%-
XYZ32.0223.9419.76-
YUV135.65117.48173.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=47.04%
G=25.30%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910711700.460.410.22353.4845.160
HexC76B7502E29161612d3c
Octal30715316505651265415574
Binary1100011111010111110101010111010100110110101100001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76b75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76b75; }

 p { color: rgb(199,107,117); }

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

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

 a { background-color: rgb(199,107,117); }

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

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

 span { border-color: rgb(199,107,117); }

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