Html Css Color HEX #C94355 Mandy

📋 copy color: '#C94355'

red 201 ◦ green 67 ◦ blue 85

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

Shades of Mandy #C94355

Tints of Mandy #C94355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 56.94%
G = 18.98%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C94355 (or 0xC94355) is known color: Mandy. HEX triplet: C9, 43 and 55. RGB value is (201,67,85). Sum of RGB (Red+Green+Blue) = 201+67+85=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94355 is #36BCAA. Grayscale: #6D6D6D. Windows color (decimal): -3587243 or 5587913. OLE color: 5587913.

HSL color Cylindrical-coordinate representation of color #C94355: hue angle of 351.94º 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 #C94355 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 85 -
CMYK 0 0.67 0.58 0.21
HSL 351.94º 0.55% 0.53% -
HSV(B) 351.94º 0.67% 0.79% -
XYZ 27.73 17.09 10.43 -
YUV 109.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 201 67 85 0 0.67 0.58 0.21 351.94 0.55 0.53
Hex C9 43 55 0 43 3A 15 160 37 35
Octal 311 103 125 0 103 72 25 540 67 65
Binary 11001001 1000011 1010101 0 1000011 111010 10101 101100000 110111 110101

Color Harmonies of #C94355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94355

Black with #C94355

Text Example


Text Example

White with #C94355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94355; }

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

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

background-color css

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

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

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

border-color css

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

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

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