Html Css Color HEX #C76D74 Charm

📋 copy color: '#C76D74'

red 199 ◦ green 109 ◦ blue 116

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

Shades of Charm #C76D74

Tints of Charm #C76D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

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

R = 46.93%
G = 25.71%
B = 27.36%

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

#C76D74 (or 0xC76D74) is known color: Charm. HEX triplet: C7, 6D and 74. RGB value is (199,109,116). Sum of RGB (Red+Green+Blue) = 199+109+116=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D74 is #38928B. Grayscale: #888888. Windows color (decimal): -3707532 or 7630279. OLE color: 7630279.

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

Color convert

RGB 199 109 116 -
CMYK 0 0.45 0.42 0.22
HSL 355.33º 0.45% 0.6% -
HSV(B) 355.33º 0.45% 0.78% -
XYZ 32.17 24.34 19.53 -
YUV 136.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 199 109 116 0 0.45 0.42 0.22 355.33 0.45 0.6
Hex C7 6D 74 0 2D 2A 16 163 2D 3C
Octal 307 155 164 0 55 52 26 543 55 74
Binary 11000111 1101101 1110100 0 101101 101010 10110 101100011 101101 111100

Color Harmonies of #C76D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D74

Black with #C76D74

Text Example


Text Example

White with #C76D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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