Html Css Color HEX #C87785 Charm

📋 copy color: '#C87785'

red 200 ◦ green 119 ◦ blue 133

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

Shades of Charm #C87785

Tints of Charm #C87785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 44.25%
G = 26.33%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C87785 (or 0xC87785) is known color: Charm. HEX triplet: C8, 77 and 85. RGB value is (200,119,133). Sum of RGB (Red+Green+Blue) = 200+119+133=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C87785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87785 is #37887A. Grayscale: #909090. Windows color (decimal): -3639419 or 8746952. OLE color: 8746952.

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

Color convert

RGB 200 119 133 -
CMYK 0 0.40 0.34 0.22
HSL 349.63º 0.42% 0.63% -
HSV(B) 349.63º 0.41% 0.78% -
XYZ 34.65 27.17 25.61 -
YUV 144.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 200 119 133 0 0.40 0.34 0.22 349.63 0.42 0.63
Hex C8 77 85 0 28 22 16 15E 2A 3F
Octal 310 167 205 0 50 42 26 536 52 77
Binary 11001000 1110111 10000101 0 101000 100010 10110 101011110 101010 111111

Color Harmonies of #C87785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87785

Black with #C87785

Text Example


Text Example

White with #C87785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87785; }

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

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

background-color css

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

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

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

border-color css

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

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

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