Html Css Color HEX #C86F79 Charm

📋 copy color: '#C86F79'

red 200 ◦ green 111 ◦ blue 121

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

Shades of Charm #C86F79

Tints of Charm #C86F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 46.3%
G = 25.69%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C86F79 (or 0xC86F79) is known color: Charm. HEX triplet: C8, 6F and 79. RGB value is (200,111,121). Sum of RGB (Red+Green+Blue) = 200+111+121=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F79 is #379086. Grayscale: #8A8A8A. Windows color (decimal): -3641479 or 7958472. OLE color: 7958472.

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

Color convert

RGB 200 111 121 -
CMYK 0 0.44 0.39 0.22
HSL 353.26º 0.45% 0.61% -
HSV(B) 353.26º 0.45% 0.78% -
XYZ 32.96 25.03 21.18 -
YUV 138.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 200 111 121 0 0.44 0.39 0.22 353.26 0.45 0.61
Hex C8 6F 79 0 2C 27 16 161 2D 3D
Octal 310 157 171 0 54 47 26 541 55 75
Binary 11001000 1101111 1111001 0 101100 100111 10110 101100001 101101 111101

Color Harmonies of #C86F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F79

Black with #C86F79

Text Example


Text Example

White with #C86F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F79; }

 p { color: rgb(200,111,121); }

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

background-color css

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

 a { background-color: rgb(200,111,121); }

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

border-color css

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

 span { border-color: rgb(200,111,121); }

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