Html Css Color HEX #C86D7D Charm

📋 copy color: '#C86D7D'

red 200 ◦ green 109 ◦ blue 125

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

Shades of Charm #C86D7D

Tints of Charm #C86D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 46.08%
G = 25.12%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C86D7D (or 0xC86D7D) is known color: Charm. HEX triplet: C8, 6D and 7D. RGB value is (200,109,125). Sum of RGB (Red+Green+Blue) = 200+109+125=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D7D is #379282. Grayscale: #8A8A8A. Windows color (decimal): -3641987 or 8220104. OLE color: 8220104.

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

Color convert

RGB 200 109 125 -
CMYK 0 0.46 0.38 0.22
HSL 349.45º 0.45% 0.61% -
HSV(B) 349.45º 0.46% 0.78% -
XYZ 32.99 24.7 22.43 -
YUV 138.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 200 109 125 0 0.46 0.38 0.22 349.45 0.45 0.61
Hex C8 6D 7D 0 2E 26 16 15D 2D 3D
Octal 310 155 175 0 56 46 26 535 55 75
Binary 11001000 1101101 1111101 0 101110 100110 10110 101011101 101101 111101

Color Harmonies of #C86D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D7D

Black with #C86D7D

Text Example


Text Example

White with #C86D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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