Html Css Color HEX #C86568 Mandy

📋 copy color: '#C86568'

red 200 ◦ green 101 ◦ blue 104

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

Shades of Mandy #C86568

Tints of Mandy #C86568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 49.38%
G = 24.94%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86568 (or 0xC86568) is known color: Mandy. HEX triplet: C8, 65 and 68. RGB value is (200,101,104). Sum of RGB (Red+Green+Blue) = 200+101+104=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C86568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86568 is #379A97. Grayscale: #838383. Windows color (decimal): -3644056 or 6841800. OLE color: 6841800.

HSL color Cylindrical-coordinate representation of color #C86568: hue angle of 358.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86568 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 104 -
CMYK 0 0.49 0.48 0.22
HSL 358.18º 0.47% 0.59% -
HSV(B) 358.18º 0.5% 0.78% -
XYZ 30.97 22.59 15.82 -
YUV 130.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 200 101 104 0 0.49 0.48 0.22 358.18 0.47 0.59
Hex C8 65 68 0 31 30 16 166 2F 3B
Octal 310 145 150 0 61 60 26 546 57 73
Binary 11001000 1100101 1101000 0 110001 110000 10110 101100110 101111 111011

Color Harmonies of #C86568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86568

Black with #C86568

Text Example


Text Example

White with #C86568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86568; }

 p { color: rgb(200,101,104); }

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

background-color css

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

 a { background-color: rgb(200,101,104); }

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

border-color css

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

 span { border-color: rgb(200,101,104); }

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