Html Css Color HEX #C86D85 Charm

📋 copy color: '#C86D85'

red 200 ◦ green 109 ◦ blue 133

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

Shades of Charm #C86D85

Tints of Charm #C86D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 45.25%
G = 24.66%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C86D85 (or 0xC86D85) is known color: Charm. HEX triplet: C8, 6D and 85. RGB value is (200,109,133). Sum of RGB (Red+Green+Blue) = 200+109+133=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D85 is #37927A. Grayscale: #8A8A8A. Windows color (decimal): -3641979 or 8744392. OLE color: 8744392.

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

Color convert

RGB 200 109 133 -
CMYK 0 0.46 0.34 0.22
HSL 344.18º 0.45% 0.61% -
HSV(B) 344.18º 0.46% 0.78% -
XYZ 33.52 24.91 25.23 -
YUV 138.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 200 109 133 0 0.46 0.34 0.22 344.18 0.45 0.61
Hex C8 6D 85 0 2E 22 16 158 2D 3D
Octal 310 155 205 0 56 42 26 530 55 75
Binary 11001000 1101101 10000101 0 101110 100010 10110 101011000 101101 111101

Color Harmonies of #C86D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D85

Black with #C86D85

Text Example


Text Example

White with #C86D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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