Html Css Color HEX #C86B75 Charm

📋 copy color: '#C86B75'

red 200 ◦ green 107 ◦ blue 117

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

Shades of Charm #C86B75

Tints of Charm #C86B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 47.17%
G = 25.24%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C86B75 (or 0xC86B75) is known color: Charm. HEX triplet: C8, 6B and 75. RGB value is (200,107,117). Sum of RGB (Red+Green+Blue) = 200+107+117=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B75 is #37948A. Grayscale: #888888. Windows color (decimal): -3642507 or 7695304. OLE color: 7695304.

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

Color convert

RGB 200 107 117 -
CMYK 0 0.46 0.42 0.22
HSL 353.55º 0.46% 0.6% -
HSV(B) 353.55º 0.47% 0.78% -
XYZ 32.29 24.08 19.78 -
YUV 135.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 200 107 117 0 0.46 0.42 0.22 353.55 0.46 0.6
Hex C8 6B 75 0 2E 2A 16 162 2E 3C
Octal 310 153 165 0 56 52 26 542 56 74
Binary 11001000 1101011 1110101 0 101110 101010 10110 101100010 101110 111100

Color Harmonies of #C86B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B75

Black with #C86B75

Text Example


Text Example

White with #C86B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B75; }

 p { color: rgb(200,107,117); }

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

background-color css

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

 a { background-color: rgb(200,107,117); }

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

border-color css

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

 span { border-color: rgb(200,107,117); }

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