Html Css Color HEX #C94350 Mandy

📋 copy color: '#C94350'

red 201 ◦ green 67 ◦ blue 80

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

Shades of Mandy #C94350

Tints of Mandy #C94350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 57.76%
G = 19.25%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C94350 (or 0xC94350) is known color: Mandy. HEX triplet: C9, 43 and 50. RGB value is (201,67,80). Sum of RGB (Red+Green+Blue) = 201+67+80=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C94350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94350 is #36BCAF. Grayscale: #6C6C6C. Windows color (decimal): -3587248 or 5260233. OLE color: 5260233.

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

Color convert

RGB 201 67 80 -
CMYK 0 0.67 0.60 0.21
HSL 354.18º 0.55% 0.53% -
HSV(B) 354.18º 0.67% 0.79% -
XYZ 27.54 17.01 9.42 -
YUV 108.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 201 67 80 0 0.67 0.60 0.21 354.18 0.55 0.53
Hex C9 43 50 0 43 3C 15 162 37 35
Octal 311 103 120 0 103 74 25 542 67 65
Binary 11001001 1000011 1010000 0 1000011 111100 10101 101100010 110111 110101

Color Harmonies of #C94350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94350

Black with #C94350

Text Example


Text Example

White with #C94350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94350; }

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

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

background-color css

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

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

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

border-color css

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

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

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