Html Css Color HEX #C86569 Mandy

📋 copy color: '#C86569'

red 200 ◦ green 101 ◦ blue 105

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

Shades of Mandy #C86569

Tints of Mandy #C86569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 49.26%
G = 24.88%
B = 25.86%

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

#C86569 (or 0xC86569) is known color: Mandy. HEX triplet: C8, 65 and 69. RGB value is (200,101,105). Sum of RGB (Red+Green+Blue) = 200+101+105=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C86569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86569 is #379A96. Grayscale: #838383. Windows color (decimal): -3644055 or 6907336. OLE color: 6907336.

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

Color convert

RGB 200 101 105 -
CMYK 0 0.49 0.48 0.22
HSL 357.58º 0.47% 0.59% -
HSV(B) 357.58º 0.5% 0.78% -
XYZ 31.02 22.61 16.09 -
YUV 131.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 200 101 105 0 0.49 0.48 0.22 357.58 0.47 0.59
Hex C8 65 69 0 31 30 16 166 2F 3B
Octal 310 145 151 0 61 60 26 546 57 73
Binary 11001000 1100101 1101001 0 110001 110000 10110 101100110 101111 111011

Color Harmonies of #C86569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86569

Black with #C86569

Text Example


Text Example

White with #C86569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86569; }

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

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

background-color css

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

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

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

border-color css

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

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

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