Html Css Color HEX #C87180 Charm

📋 copy color: '#C87180'

red 200 ◦ green 113 ◦ blue 128

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

Shades of Charm #C87180

Tints of Charm #C87180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.62%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 45.35%
G = 25.62%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87180 (or 0xC87180) is known color: Charm. HEX triplet: C8, 71 and 80. RGB value is (200,113,128). Sum of RGB (Red+Green+Blue) = 200+113+128=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C87180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87180 is #378E7F. Grayscale: #8C8C8C. Windows color (decimal): -3640960 or 8417736. OLE color: 8417736.

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

Color convert

RGB 200 113 128 -
CMYK 0 0.44 0.36 0.22
HSL 349.66º 0.44% 0.61% -
HSV(B) 349.66º 0.44% 0.78% -
XYZ 33.62 25.65 23.6 -
YUV 140.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 200 113 128 0 0.44 0.36 0.22 349.66 0.44 0.61
Hex C8 71 80 0 2C 24 16 15E 2C 3D
Octal 310 161 200 0 54 44 26 536 54 75
Binary 11001000 1110001 10000000 0 101100 100100 10110 101011110 101100 111101

Color Harmonies of #C87180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87180

Black with #C87180

Text Example


Text Example

White with #C87180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87180; }

 p { color: rgb(200,113,128); }

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

background-color css

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

 a { background-color: rgb(200,113,128); }

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

border-color css

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

 span { border-color: rgb(200,113,128); }

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