#C67074

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

Shades of Charm #C67074

Tints of Charm #C67074

Color information

#C67074 (or 0xC67074) is unknown color: approx Charm. HEX triplet: C6, 70 and 74. RGB value is (198,112,116). Sum of RGB (Red+Green+Blue) = 198+112+116=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C67074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67074 is #398F8B. Grayscale: #8A8A8A. Windows color (decimal): -3772300 or 7631046. OLE color: 7631046.

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

Color convert

RGB198112116-
CMYK00.430.410.22
HSL357.21º43%60.78%-
HSV(B)357.21º43.43%77.65%-
XYZ32.2424.8619.62-
YUV138.17115.49170.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=46.48%
G=26.29%
B=27.23%

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
Decimal19811211600.430.410.22357.214360.78
HexC6707402B29161652b3d
Octal30616016405351265455375
Binary1100011011100001110100010101110100110110101100101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67074; }

 p { color: rgb(198,112,116); }

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

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

 a { background-color: rgb(198,112,116); }

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

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

 span { border-color: rgb(198,112,116); }

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