Html Css Color HEX #C87D7F Charm

📋 copy color: '#C87D7F'

red 200 ◦ green 125 ◦ blue 127

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

Shades of Charm #C87D7F

Tints of Charm #C87D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 44.25%
G = 27.65%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87D7F (or 0xC87D7F) is known color: Charm. HEX triplet: C8, 7D and 7F. RGB value is (200,125,127). Sum of RGB (Red+Green+Blue) = 200+125+127=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D7F is #378280. Grayscale: #939393. Windows color (decimal): -3637889 or 8355272. OLE color: 8355272.

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

Color convert

RGB 200 125 127 -
CMYK 0 0.38 0.36 0.22
HSL 358.4º 0.41% 0.64% -
HSV(B) 358.4º 0.38% 0.78% -
XYZ 34.98 28.48 23.73 -
YUV 147.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 200 125 127 0 0.38 0.36 0.22 358.4 0.41 0.64
Hex C8 7D 7F 0 26 24 16 166 29 40
Octal 310 175 177 0 46 44 26 546 51 100
Binary 11001000 1111101 1111111 0 100110 100100 10110 101100110 101001 1000000

Color Harmonies of #C87D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D7F

Black with #C87D7F

Text Example


Text Example

White with #C87D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D7F; }

 p { color: rgb(200,125,127); }

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

background-color css

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

 a { background-color: rgb(200,125,127); }

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

border-color css

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

 span { border-color: rgb(200,125,127); }

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