#C77275

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

Shades of Charm #C77275

Tints of Charm #C77275

Color information

#C77275 (or 0xC77275) is unknown color: approx Charm. HEX triplet: C7, 72 and 75. RGB value is (199,114,117). Sum of RGB (Red+Green+Blue) = 199+114+117=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C77275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77275 is #388D8A. Grayscale: #8B8B8B. Windows color (decimal): -3706251 or 7697095. OLE color: 7697095.

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

Color convert

RGB199114117-
CMYK00.430.410.22
HSL357.88º43.15%61.37%-
HSV(B)357.88º42.71%78.04%-
XYZ32.7825.4620.02-
YUV139.76115.16170.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=46.28%
G=26.51%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911411700.430.410.22357.8843.1561.37
HexC7727502B29161662b3d
Octal30716216505351265465375
Binary1100011111100101110101010101110100110110101100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77275; }

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

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

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

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

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

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

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

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