Html Css Color HEX #C95362 Mandy

📋 copy color: '#C95362'

red 201 ◦ green 83 ◦ blue 98

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

Shades of Mandy #C95362

Tints of Mandy #C95362

RGB

 RED value IS 201 (78.91% from 255) = 52.62%

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

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

R = 52.62%
G = 21.73%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C95362 (or 0xC95362) is known color: Mandy. HEX triplet: C9, 53 and 62. RGB value is (201,83,98). Sum of RGB (Red+Green+Blue) = 201+83+98=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95362 is #36AC9D. Grayscale: #787878. Windows color (decimal): -3583134 or 6443977. OLE color: 6443977.

HSL color Cylindrical-coordinate representation of color #C95362: hue angle of 352.37º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95362 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 98 -
CMYK 0 0.59 0.51 0.21
HSL 352.37º 0.52% 0.56% -
HSV(B) 352.37º 0.59% 0.79% -
XYZ 29.39 19.49 13.77 -
YUV 119.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 201 83 98 0 0.59 0.51 0.21 352.37 0.52 0.56
Hex C9 53 62 0 3B 33 15 160 34 38
Octal 311 123 142 0 73 63 25 540 64 70
Binary 11001001 1010011 1100010 0 111011 110011 10101 101100000 110100 111000

Color Harmonies of #C95362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95362

Black with #C95362

Text Example


Text Example

White with #C95362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95362; }

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

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

background-color css

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

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

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

border-color css

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

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

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