Html Css Color HEX #C94158 Mandy

📋 copy color: '#C94158'

red 201 ◦ green 65 ◦ blue 88

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

Shades of Mandy #C94158

Tints of Mandy #C94158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 56.78%
G = 18.36%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C94158 (or 0xC94158) is known color: Mandy. HEX triplet: C9, 41 and 58. RGB value is (201,65,88). Sum of RGB (Red+Green+Blue) = 201+65+88=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94158 is #36BEA7. Grayscale: #6C6C6C. Windows color (decimal): -3587752 or 5784009. OLE color: 5784009.

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

Color convert

RGB 201 65 88 -
CMYK 0 0.68 0.56 0.21
HSL 349.85º 0.56% 0.52% -
HSV(B) 349.85º 0.68% 0.79% -
XYZ 27.74 16.9 11.03 -
YUV 108.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 201 65 88 0 0.68 0.56 0.21 349.85 0.56 0.52
Hex C9 41 58 0 44 38 15 15E 38 34
Octal 311 101 130 0 104 70 25 536 70 64
Binary 11001001 1000001 1011000 0 1000100 111000 10101 101011110 111000 110100

Color Harmonies of #C94158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94158

Black with #C94158

Text Example


Text Example

White with #C94158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94158; }

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

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

background-color css

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

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

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

border-color css

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

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

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