Html Css Color HEX #C87077 Charm

📋 copy color: '#C87077'

red 200 ◦ green 112 ◦ blue 119

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

Shades of Charm #C87077

Tints of Charm #C87077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 46.4%
G = 25.99%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C87077 (or 0xC87077) is known color: Charm. HEX triplet: C8, 70 and 77. RGB value is (200,112,119). Sum of RGB (Red+Green+Blue) = 200+112+119=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C87077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87077 is #378F88. Grayscale: #8B8B8B. Windows color (decimal): -3641225 or 7827656. OLE color: 7827656.

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

Color convert

RGB 200 112 119 -
CMYK 0 0.44 0.40 0.22
HSL 355.23º 0.44% 0.61% -
HSV(B) 355.23º 0.44% 0.78% -
XYZ 32.94 25.2 20.58 -
YUV 139.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 200 112 119 0 0.44 0.40 0.22 355.23 0.44 0.61
Hex C8 70 77 0 2C 28 16 163 2C 3D
Octal 310 160 167 0 54 50 26 543 54 75
Binary 11001000 1110000 1110111 0 101100 101000 10110 101100011 101100 111101

Color Harmonies of #C87077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87077

Black with #C87077

Text Example


Text Example

White with #C87077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87077; }

 p { color: rgb(200,112,119); }

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

background-color css

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

 a { background-color: rgb(200,112,119); }

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

border-color css

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

 span { border-color: rgb(200,112,119); }

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