Html Css Color HEX #C87985 Charm

📋 copy color: '#C87985'

red 200 ◦ green 121 ◦ blue 133

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

Shades of Charm #C87985

Tints of Charm #C87985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.65%

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

R = 44.05%
G = 26.65%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C87985 (or 0xC87985) is known color: Charm. HEX triplet: C8, 79 and 85. RGB value is (200,121,133). Sum of RGB (Red+Green+Blue) = 200+121+133=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C87985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87985 is #37867A. Grayscale: #929292. Windows color (decimal): -3638907 or 8747464. OLE color: 8747464.

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

Color convert

RGB 200 121 133 -
CMYK 0 0.39 0.34 0.22
HSL 350.89º 0.42% 0.63% -
HSV(B) 350.89º 0.4% 0.78% -
XYZ 34.89 27.65 25.69 -
YUV 145.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 200 121 133 0 0.39 0.34 0.22 350.89 0.42 0.63
Hex C8 79 85 0 27 22 16 15F 2A 3F
Octal 310 171 205 0 47 42 26 537 52 77
Binary 11001000 1111001 10000101 0 100111 100010 10110 101011111 101010 111111

Color Harmonies of #C87985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87985

Black with #C87985

Text Example


Text Example

White with #C87985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87985; }

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

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

background-color css

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

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

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

border-color css

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

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

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