Html Css Color HEX #C86D75 Charm

📋 copy color: '#C86D75'

red 200 ◦ green 109 ◦ blue 117

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

Shades of Charm #C86D75

Tints of Charm #C86D75

RGB

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

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

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

R = 46.95%
G = 25.59%
B = 27.46%

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

#C86D75 (or 0xC86D75) is known color: Charm. HEX triplet: C8, 6D and 75. RGB value is (200,109,117). Sum of RGB (Red+Green+Blue) = 200+109+117=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D75 is #37928A. Grayscale: #898989. Windows color (decimal): -3641995 or 7695816. OLE color: 7695816.

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

Color convert

RGB 200 109 117 -
CMYK 0 0.46 0.42 0.22
HSL 354.73º 0.45% 0.61% -
HSV(B) 354.73º 0.46% 0.78% -
XYZ 32.5 24.5 19.85 -
YUV 137.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 200 109 117 0 0.46 0.42 0.22 354.73 0.45 0.61
Hex C8 6D 75 0 2E 2A 16 163 2D 3D
Octal 310 155 165 0 56 52 26 543 55 75
Binary 11001000 1101101 1110101 0 101110 101010 10110 101100011 101101 111101

Color Harmonies of #C86D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D75

Black with #C86D75

Text Example


Text Example

White with #C86D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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