Html Css Color HEX #C93E5B Mandy

📋 copy color: '#C93E5B'

red 201 ◦ green 62 ◦ blue 91

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

Shades of Mandy #C93E5B

Tints of Mandy #C93E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 56.78%
G = 17.51%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C93E5B (or 0xC93E5B) is known color: Mandy. HEX triplet: C9, 3E and 5B. RGB value is (201,62,91). Sum of RGB (Red+Green+Blue) = 201+62+91=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E5B is #36C1A4. Grayscale: #6A6A6A. Windows color (decimal): -3588517 or 5979849. OLE color: 5979849.

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

Color convert

RGB 201 62 91 -
CMYK 0 0.69 0.55 0.21
HSL 347.48º 0.56% 0.52% -
HSV(B) 347.48º 0.69% 0.79% -
XYZ 27.7 16.62 11.65 -
YUV 106.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 201 62 91 0 0.69 0.55 0.21 347.48 0.56 0.52
Hex C9 3E 5B 0 45 37 15 15B 38 34
Octal 311 76 133 0 105 67 25 533 70 64
Binary 11001001 111110 1011011 0 1000101 110111 10101 101011011 111000 110100

Color Harmonies of #C93E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E5B

Black with #C93E5B

Text Example


Text Example

White with #C93E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E5B; }

 p { color: rgb(201,62,91); }

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

background-color css

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

 a { background-color: rgb(201,62,91); }

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

border-color css

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

 span { border-color: rgb(201,62,91); }

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