Html Css Color HEX #C76B87 Charm

📋 copy color: '#C76B87'

red 199 ◦ green 107 ◦ blue 135

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

Shades of Charm #C76B87

Tints of Charm #C76B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.61%

R = 45.12%
G = 24.26%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C76B87 (or 0xC76B87) is known color: Charm. HEX triplet: C7, 6B and 87. RGB value is (199,107,135). Sum of RGB (Red+Green+Blue) = 199+107+135=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76B87 is #389478. Grayscale: #898989. Windows color (decimal): -3708025 or 8874951. OLE color: 8874951.

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

Color convert

RGB 199 107 135 -
CMYK 0 0.46 0.32 0.22
HSL 341.74º 0.45% 0.6% -
HSV(B) 341.74º 0.46% 0.78% -
XYZ 33.18 24.41 25.88 -
YUV 137.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 199 107 135 0 0.46 0.32 0.22 341.74 0.45 0.6
Hex C7 6B 87 0 2E 20 16 156 2D 3C
Octal 307 153 207 0 56 40 26 526 55 74
Binary 11000111 1101011 10000111 0 101110 100000 10110 101010110 101101 111100

Color Harmonies of #C76B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B87

Black with #C76B87

Text Example


Text Example

White with #C76B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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