Html Css Color HEX #C86C75 Charm

📋 copy color: '#C86C75'

red 200 ◦ green 108 ◦ blue 117

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

Shades of Charm #C86C75

Tints of Charm #C86C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.41%

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

R = 47.06%
G = 25.41%
B = 27.53%

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

#C86C75 (or 0xC86C75) is known color: Charm. HEX triplet: C8, 6C and 75. RGB value is (200,108,117). Sum of RGB (Red+Green+Blue) = 200+108+117=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C75 is #37938A. Grayscale: #888888. Windows color (decimal): -3642251 or 7695560. OLE color: 7695560.

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

Color convert

RGB 200 108 117 -
CMYK 0 0.46 0.42 0.22
HSL 354.13º 0.46% 0.6% -
HSV(B) 354.13º 0.46% 0.78% -
XYZ 32.39 24.29 19.81 -
YUV 136.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 200 108 117 0 0.46 0.42 0.22 354.13 0.46 0.6
Hex C8 6C 75 0 2E 2A 16 162 2E 3C
Octal 310 154 165 0 56 52 26 542 56 74
Binary 11001000 1101100 1110101 0 101110 101010 10110 101100010 101110 111100

Color Harmonies of #C86C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C75

Black with #C86C75

Text Example


Text Example

White with #C86C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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