Html Css Color HEX #C87D83 Charm

📋 copy color: '#C87D83'

red 200 ◦ green 125 ◦ blue 131

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

Shades of Charm #C87D83

Tints of Charm #C87D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.73%

R = 43.86%
G = 27.41%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C87D83 (or 0xC87D83) is known color: Charm. HEX triplet: C8, 7D and 83. RGB value is (200,125,131). Sum of RGB (Red+Green+Blue) = 200+125+131=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D83 is #37827C. Grayscale: #949494. Windows color (decimal): -3637885 or 8617416. OLE color: 8617416.

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

Color convert

RGB 200 125 131 -
CMYK 0 0.38 0.34 0.22
HSL 355.2º 0.41% 0.64% -
HSV(B) 355.2º 0.38% 0.78% -
XYZ 35.25 28.59 25.13 -
YUV 148.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 200 125 131 0 0.38 0.34 0.22 355.2 0.41 0.64
Hex C8 7D 83 0 26 22 16 163 29 40
Octal 310 175 203 0 46 42 26 543 51 100
Binary 11001000 1111101 10000011 0 100110 100010 10110 101100011 101001 1000000

Color Harmonies of #C87D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D83

Black with #C87D83

Text Example


Text Example

White with #C87D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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