Html Css Color HEX #C87D91 Charm

📋 copy color: '#C87D91'

red 200 ◦ green 125 ◦ blue 145

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

Shades of Charm #C87D91

Tints of Charm #C87D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.6%

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 42.55%
G = 26.6%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C87D91 (or 0xC87D91) is known color: Charm. HEX triplet: C8, 7D and 91. RGB value is (200,125,145). Sum of RGB (Red+Green+Blue) = 200+125+145=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D91 is #37826E. Grayscale: #959595. Windows color (decimal): -3637871 or 9534920. OLE color: 9534920.

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

Color convert

RGB 200 125 145 -
CMYK 0 0.38 0.28 0.22
HSL 344º 0.41% 0.64% -
HSV(B) 344º 0.38% 0.78% -
XYZ 36.26 28.99 30.47 -
YUV 149.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 200 125 145 0 0.38 0.28 0.22 344 0.41 0.64
Hex C8 7D 91 0 26 1C 16 158 29 40
Octal 310 175 221 0 46 34 26 530 51 100
Binary 11001000 1111101 10010001 0 100110 11100 10110 101011000 101001 1000000

Color Harmonies of #C87D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D91

Black with #C87D91

Text Example


Text Example

White with #C87D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D91; }

 p { color: rgb(200,125,145); }

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

background-color css

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

 a { background-color: rgb(200,125,145); }

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

border-color css

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

 span { border-color: rgb(200,125,145); }

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