Html Css Color HEX #C76E74 Charm

📋 copy color: '#C76E74'

red 199 ◦ green 110 ◦ blue 116

#C76E74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #C76E74

Tints of Charm #C76E74

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

 GREEN value IS 110 (43.36% from 255) = 25.88%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 46.82%
G = 25.88%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C76E74 (or 0xC76E74) is known color: Charm. HEX triplet: C7, 6E and 74. RGB value is (199,110,116). Sum of RGB (Red+Green+Blue) = 199+110+116=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E74 is #38918B. Grayscale: #898989. Windows color (decimal): -3707276 or 7630535. OLE color: 7630535.

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

Color convert

RGB 199 110 116 -
CMYK 0 0.45 0.42 0.22
HSL 355.96º 0.44% 0.61% -
HSV(B) 355.96º 0.45% 0.78% -
XYZ 32.28 24.55 19.56 -
YUV 137.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 199 110 116 0 0.45 0.42 0.22 355.96 0.44 0.61
Hex C7 6E 74 0 2D 2A 16 164 2C 3D
Octal 307 156 164 0 55 52 26 544 54 75
Binary 11000111 1101110 1110100 0 101101 101010 10110 101100100 101100 111101

Color Harmonies of #C76E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E74

Black with #C76E74

Text Example


Text Example

White with #C76E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E74; }

 p { color: rgb(199,110,116); }

 H1.HeaderClassName
 {
   color: #C76E74;
 }
 .AnyTagClassName
 {
   color: #C76E74;
 }
</style>

background-color css

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

 a { background-color: rgb(199,110,116); }

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

border-color css

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

 span { border-color: rgb(199,110,116); }

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