Html Css Color HEX #C87386 Charm

📋 copy color: '#C87386'

red 200 ◦ green 115 ◦ blue 134

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

Shades of Charm #C87386

Tints of Charm #C87386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 44.54%
G = 25.61%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C87386 (or 0xC87386) is known color: Charm. HEX triplet: C8, 73 and 86. RGB value is (200,115,134). Sum of RGB (Red+Green+Blue) = 200+115+134=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C87386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87386 is #378C79. Grayscale: #8E8E8E. Windows color (decimal): -3640442 or 8811464. OLE color: 8811464.

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

Color convert

RGB 200 115 134 -
CMYK 0 0.42 0.33 0.22
HSL 346.59º 0.44% 0.62% -
HSV(B) 346.59º 0.43% 0.78% -
XYZ 34.25 26.26 25.82 -
YUV 142.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 200 115 134 0 0.42 0.33 0.22 346.59 0.44 0.62
Hex C8 73 86 0 2A 21 16 15B 2C 3E
Octal 310 163 206 0 52 41 26 533 54 76
Binary 11001000 1110011 10000110 0 101010 100001 10110 101011011 101100 111110

Color Harmonies of #C87386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87386

Black with #C87386

Text Example


Text Example

White with #C87386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87386; }

 p { color: rgb(200,115,134); }

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

background-color css

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

 a { background-color: rgb(200,115,134); }

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

border-color css

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

 span { border-color: rgb(200,115,134); }

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