Html Css Color HEX #C94B50 Mandy

📋 copy color: '#C94B50'

red 201 ◦ green 75 ◦ blue 80

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

Shades of Mandy #C94B50

Tints of Mandy #C94B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 56.46%
G = 21.07%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C94B50 (or 0xC94B50) is known color: Mandy. HEX triplet: C9, 4B and 50. RGB value is (201,75,80). Sum of RGB (Red+Green+Blue) = 201+75+80=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B50 is #36B4AF. Grayscale: #717171. Windows color (decimal): -3585200 or 5262281. OLE color: 5262281.

HSL color Cylindrical-coordinate representation of color #C94B50: hue angle of 357.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B50 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 75 80 -
CMYK 0 0.63 0.60 0.21
HSL 357.62º 0.54% 0.54% -
HSV(B) 357.62º 0.63% 0.79% -
XYZ 28.05 18.03 9.59 -
YUV 113.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 201 75 80 0 0.63 0.60 0.21 357.62 0.54 0.54
Hex C9 4B 50 0 3F 3C 15 166 36 36
Octal 311 113 120 0 77 74 25 546 66 66
Binary 11001001 1001011 1010000 0 111111 111100 10101 101100110 110110 110110

Color Harmonies of #C94B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B50

Black with #C94B50

Text Example


Text Example

White with #C94B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B50; }

 p { color: rgb(201,75,80); }

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

background-color css

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

 a { background-color: rgb(201,75,80); }

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

border-color css

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

 span { border-color: rgb(201,75,80); }

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