Html Css Color HEX #C86978 Charm

📋 copy color: '#C86978'

red 200 ◦ green 105 ◦ blue 120

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

Shades of Charm #C86978

Tints of Charm #C86978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

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

R = 47.06%
G = 24.71%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C86978 (or 0xC86978) is known color: Charm. HEX triplet: C8, 69 and 78. RGB value is (200,105,120). Sum of RGB (Red+Green+Blue) = 200+105+120=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86978 is #379687. Grayscale: #878787. Windows color (decimal): -3643016 or 7891400. OLE color: 7891400.

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

Color convert

RGB 200 105 120 -
CMYK 0 0.48 0.4 0.22
HSL 350.53º 0.46% 0.6% -
HSV(B) 350.53º 0.48% 0.78% -
XYZ 32.26 23.74 20.65 -
YUV 135.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 200 105 120 0 0.48 0.4 0.22 350.53 0.46 0.6
Hex C8 69 78 0 30 28 16 15F 2E 3C
Octal 310 151 170 0 60 50 26 537 56 74
Binary 11001000 1101001 1111000 0 110000 101000 10110 101011111 101110 111100

Color Harmonies of #C86978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86978

Black with #C86978

Text Example


Text Example

White with #C86978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86978; }

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

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

background-color css

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

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

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

border-color css

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

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

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