Html Css Color HEX #C86365 Mandy

📋 copy color: '#C86365'

red 200 ◦ green 99 ◦ blue 101

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

Shades of Mandy #C86365

Tints of Mandy #C86365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.75%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 50%
G = 24.75%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C86365 (or 0xC86365) is known color: Mandy. HEX triplet: C8, 63 and 65. RGB value is (200,99,101). Sum of RGB (Red+Green+Blue) = 200+99+101=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86365 is #379C9A. Grayscale: #818181. Windows color (decimal): -3644571 or 6644680. OLE color: 6644680.

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

Color convert

RGB 200 99 101 -
CMYK 0 0.50 0.49 0.22
HSL 358.81º 0.48% 0.59% -
HSV(B) 358.81º 0.51% 0.78% -
XYZ 30.63 22.14 14.97 -
YUV 129.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 200 99 101 0 0.50 0.49 0.22 358.81 0.48 0.59
Hex C8 63 65 0 32 31 16 167 30 3B
Octal 310 143 145 0 62 61 26 547 60 73
Binary 11001000 1100011 1100101 0 110010 110001 10110 101100111 110000 111011

Color Harmonies of #C86365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86365

Black with #C86365

Text Example


Text Example

White with #C86365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86365; }

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

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

background-color css

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

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

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

border-color css

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

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

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