Html Css Color HEX #C94151 Mandy

📋 copy color: '#C94151'

red 201 ◦ green 65 ◦ blue 81

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

Shades of Mandy #C94151

Tints of Mandy #C94151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 57.93%
G = 18.73%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C94151 (or 0xC94151) is known color: Mandy. HEX triplet: C9, 41 and 51. RGB value is (201,65,81). Sum of RGB (Red+Green+Blue) = 201+65+81=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94151 is #36BEAE. Grayscale: #6B6B6B. Windows color (decimal): -3587759 or 5325257. OLE color: 5325257.

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

Color convert

RGB 201 65 81 -
CMYK 0 0.68 0.60 0.21
HSL 352.94º 0.56% 0.52% -
HSV(B) 352.94º 0.68% 0.79% -
XYZ 27.46 16.79 9.58 -
YUV 107.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 201 65 81 0 0.68 0.60 0.21 352.94 0.56 0.52
Hex C9 41 51 0 44 3C 15 161 38 34
Octal 311 101 121 0 104 74 25 541 70 64
Binary 11001001 1000001 1010001 0 1000100 111100 10101 101100001 111000 110100

Color Harmonies of #C94151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94151

Black with #C94151

Text Example


Text Example

White with #C94151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94151; }

 p { color: rgb(201,65,81); }

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

background-color css

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

 a { background-color: rgb(201,65,81); }

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

border-color css

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

 span { border-color: rgb(201,65,81); }

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