Html Css Color HEX #C94550 Mandy

📋 copy color: '#C94550'

red 201 ◦ green 69 ◦ blue 80

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

Shades of Mandy #C94550

Tints of Mandy #C94550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 57.43%
G = 19.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C94550 (or 0xC94550) is known color: Mandy. HEX triplet: C9, 45 and 50. RGB value is (201,69,80). Sum of RGB (Red+Green+Blue) = 201+69+80=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C94550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94550 is #36BAAF. Grayscale: #6D6D6D. Windows color (decimal): -3586736 or 5260745. OLE color: 5260745.

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

Color convert

RGB 201 69 80 -
CMYK 0 0.66 0.60 0.21
HSL 355º 0.55% 0.53% -
HSV(B) 355º 0.66% 0.79% -
XYZ 27.66 17.25 9.46 -
YUV 109.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 201 69 80 0 0.66 0.60 0.21 355 0.55 0.53
Hex C9 45 50 0 42 3C 15 163 37 35
Octal 311 105 120 0 102 74 25 543 67 65
Binary 11001001 1000101 1010000 0 1000010 111100 10101 101100011 110111 110101

Color Harmonies of #C94550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94550

Black with #C94550

Text Example


Text Example

White with #C94550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94550; }

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

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

background-color css

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

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

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

border-color css

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

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

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