Html Css Color HEX #C87982 Charm

📋 copy color: '#C87982'

red 200 ◦ green 121 ◦ blue 130

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

Shades of Charm #C87982

Tints of Charm #C87982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.82%

R = 44.35%
G = 26.83%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C87982 (or 0xC87982) is known color: Charm. HEX triplet: C8, 79 and 82. RGB value is (200,121,130). Sum of RGB (Red+Green+Blue) = 200+121+130=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C87982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87982 is #37867D. Grayscale: #919191. Windows color (decimal): -3638910 or 8550856. OLE color: 8550856.

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

Color convert

RGB 200 121 130 -
CMYK 0 0.39 0.35 0.22
HSL 353.16º 0.42% 0.63% -
HSV(B) 353.16º 0.4% 0.78% -
XYZ 34.69 27.57 24.61 -
YUV 145.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 200 121 130 0 0.39 0.35 0.22 353.16 0.42 0.63
Hex C8 79 82 0 27 23 16 161 2A 3F
Octal 310 171 202 0 47 43 26 541 52 77
Binary 11001000 1111001 10000010 0 100111 100011 10110 101100001 101010 111111

Color Harmonies of #C87982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87982

Black with #C87982

Text Example


Text Example

White with #C87982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87982; }

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

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

background-color css

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

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

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

border-color css

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

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

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