Html Css Color HEX #C76B77 Charm

📋 copy color: '#C76B77'

red 199 ◦ green 107 ◦ blue 119

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

Shades of Charm #C76B77

Tints of Charm #C76B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 46.82%
G = 25.18%
B = 28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C76B77 (or 0xC76B77) is known color: Charm. HEX triplet: C7, 6B and 77. RGB value is (199,107,119). Sum of RGB (Red+Green+Blue) = 199+107+119=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B77 is #389488. Grayscale: #878787. Windows color (decimal): -3708041 or 7826375. OLE color: 7826375.

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

Color convert

RGB 199 107 119 -
CMYK 0 0.46 0.40 0.22
HSL 352.17º 0.45% 0.6% -
HSV(B) 352.17º 0.46% 0.78% -
XYZ 32.14 23.99 20.39 -
YUV 135.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 199 107 119 0 0.46 0.40 0.22 352.17 0.45 0.6
Hex C7 6B 77 0 2E 28 16 160 2D 3C
Octal 307 153 167 0 56 50 26 540 55 74
Binary 11000111 1101011 1110111 0 101110 101000 10110 101100000 101101 111100

Color Harmonies of #C76B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B77

Black with #C76B77

Text Example


Text Example

White with #C76B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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