Html Css Color HEX #C86D78 Charm

📋 copy color: '#C86D78'

red 200 ◦ green 109 ◦ blue 120

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

Shades of Charm #C86D78

Tints of Charm #C86D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 46.62%
G = 25.41%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C86D78 (or 0xC86D78) is known color: Charm. HEX triplet: C8, 6D and 78. RGB value is (200,109,120). Sum of RGB (Red+Green+Blue) = 200+109+120=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D78 is #379287. Grayscale: #898989. Windows color (decimal): -3641992 or 7892424. OLE color: 7892424.

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

Color convert

RGB 200 109 120 -
CMYK 0 0.46 0.4 0.22
HSL 352.75º 0.45% 0.61% -
HSV(B) 352.75º 0.46% 0.78% -
XYZ 32.68 24.57 20.79 -
YUV 137.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 200 109 120 0 0.46 0.4 0.22 352.75 0.45 0.61
Hex C8 6D 78 0 2E 28 16 161 2D 3D
Octal 310 155 170 0 56 50 26 541 55 75
Binary 11001000 1101101 1111000 0 101110 101000 10110 101100001 101101 111101

Color Harmonies of #C86D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D78

Black with #C86D78

Text Example


Text Example

White with #C86D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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