Html Css Color HEX #C87276 Charm

📋 copy color: '#C87276'

red 200 ◦ green 114 ◦ blue 118

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

Shades of Charm #C87276

Tints of Charm #C87276

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

 GREEN value IS 114 (44.92% from 255) = 26.39%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 46.3%
G = 26.39%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C87276 (or 0xC87276) is known color: Charm. HEX triplet: C8, 72 and 76. RGB value is (200,114,118). Sum of RGB (Red+Green+Blue) = 200+114+118=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C87276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87276 is #378D89. Grayscale: #8C8C8C. Windows color (decimal): -3640714 or 7762632. OLE color: 7762632.

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

Color convert

RGB 200 114 118 -
CMYK 0 0.43 0.41 0.22
HSL 357.21º 0.44% 0.62% -
HSV(B) 357.21º 0.43% 0.78% -
XYZ 33.11 25.62 20.34 -
YUV 140.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 200 114 118 0 0.43 0.41 0.22 357.21 0.44 0.62
Hex C8 72 76 0 2B 29 16 165 2C 3E
Octal 310 162 166 0 53 51 26 545 54 76
Binary 11001000 1110010 1110110 0 101011 101001 10110 101100101 101100 111110

Color Harmonies of #C87276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87276

Black with #C87276

Text Example


Text Example

White with #C87276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87276; }

 p { color: rgb(200,114,118); }

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

background-color css

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

 a { background-color: rgb(200,114,118); }

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

border-color css

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

 span { border-color: rgb(200,114,118); }

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