Html Css Color HEX #C87580 Charm

📋 copy color: '#C87580'

red 200 ◦ green 117 ◦ blue 128

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

Shades of Charm #C87580

Tints of Charm #C87580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 44.94%
G = 26.29%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87580 (or 0xC87580) is known color: Charm. HEX triplet: C8, 75 and 80. RGB value is (200,117,128). Sum of RGB (Red+Green+Blue) = 200+117+128=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C87580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87580 is #378A7F. Grayscale: #8F8F8F. Windows color (decimal): -3639936 or 8418760. OLE color: 8418760.

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

Color convert

RGB 200 117 128 -
CMYK 0 0.42 0.36 0.22
HSL 352.05º 0.43% 0.62% -
HSV(B) 352.05º 0.42% 0.78% -
XYZ 34.08 26.56 23.75 -
YUV 143.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 200 117 128 0 0.42 0.36 0.22 352.05 0.43 0.62
Hex C8 75 80 0 2A 24 16 160 2B 3E
Octal 310 165 200 0 52 44 26 540 53 76
Binary 11001000 1110101 10000000 0 101010 100100 10110 101100000 101011 111110

Color Harmonies of #C87580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87580

Black with #C87580

Text Example


Text Example

White with #C87580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87580; }

 p { color: rgb(200,117,128); }

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

background-color css

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

 a { background-color: rgb(200,117,128); }

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

border-color css

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

 span { border-color: rgb(200,117,128); }

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