Html Css Color HEX #C85362 Mandy

📋 copy color: '#C85362'

red 200 ◦ green 83 ◦ blue 98

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

Shades of Mandy #C85362

Tints of Mandy #C85362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 52.49%
G = 21.78%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C85362 (or 0xC85362) is known color: Mandy. HEX triplet: C8, 53 and 62. RGB value is (200,83,98). Sum of RGB (Red+Green+Blue) = 200+83+98=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C85362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85362 is #37AC9D. Grayscale: #777777. Windows color (decimal): -3648670 or 6443976. OLE color: 6443976.

HSL color Cylindrical-coordinate representation of color #C85362: hue angle of 352.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85362 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 98 -
CMYK 0 0.58 0.51 0.22
HSL 352.31º 0.52% 0.55% -
HSV(B) 352.31º 0.59% 0.78% -
XYZ 29.12 19.35 13.76 -
YUV 119.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 200 83 98 0 0.58 0.51 0.22 352.31 0.52 0.55
Hex C8 53 62 0 3A 33 16 160 34 37
Octal 310 123 142 0 72 63 26 540 64 67
Binary 11001000 1010011 1100010 0 111010 110011 10110 101100000 110100 110111

Color Harmonies of #C85362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85362

Black with #C85362

Text Example


Text Example

White with #C85362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85362; }

 p { color: rgb(200,83,98); }

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

background-color css

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

 a { background-color: rgb(200,83,98); }

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

border-color css

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

 span { border-color: rgb(200,83,98); }

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