Html Css Color HEX #C87680 Charm

📋 copy color: '#C87680'

red 200 ◦ green 118 ◦ blue 128

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

Shades of Charm #C87680

Tints of Charm #C87680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

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

R = 44.84%
G = 26.46%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87680 (or 0xC87680) is known color: Charm. HEX triplet: C8, 76 and 80. RGB value is (200,118,128). Sum of RGB (Red+Green+Blue) = 200+118+128=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87680 is #37897F. Grayscale: #8F8F8F. Windows color (decimal): -3639680 or 8419016. OLE color: 8419016.

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

Color convert

RGB 200 118 128 -
CMYK 0 0.41 0.36 0.22
HSL 352.68º 0.43% 0.62% -
HSV(B) 352.68º 0.41% 0.78% -
XYZ 34.19 26.79 23.79 -
YUV 143.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 200 118 128 0 0.41 0.36 0.22 352.68 0.43 0.62
Hex C8 76 80 0 29 24 16 161 2B 3E
Octal 310 166 200 0 51 44 26 541 53 76
Binary 11001000 1110110 10000000 0 101001 100100 10110 101100001 101011 111110

Color Harmonies of #C87680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87680

Black with #C87680

Text Example


Text Example

White with #C87680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87680; }

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

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

background-color css

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

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

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

border-color css

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

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

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