Html Css Color HEX #C94458 Mandy

📋 copy color: '#C94458'

red 201 ◦ green 68 ◦ blue 88

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

Shades of Mandy #C94458

Tints of Mandy #C94458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

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

R = 56.3%
G = 19.05%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C94458 (or 0xC94458) is known color: Mandy. HEX triplet: C9, 44 and 58. RGB value is (201,68,88). Sum of RGB (Red+Green+Blue) = 201+68+88=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94458 is #36BBA7. Grayscale: #6E6E6E. Windows color (decimal): -3586984 or 5784777. OLE color: 5784777.

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

Color convert

RGB 201 68 88 -
CMYK 0 0.66 0.56 0.21
HSL 350.98º 0.55% 0.53% -
HSV(B) 350.98º 0.66% 0.79% -
XYZ 27.92 17.26 11.09 -
YUV 110.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 201 68 88 0 0.66 0.56 0.21 350.98 0.55 0.53
Hex C9 44 58 0 42 38 15 15F 37 35
Octal 311 104 130 0 102 70 25 537 67 65
Binary 11001001 1000100 1011000 0 1000010 111000 10101 101011111 110111 110101

Color Harmonies of #C94458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94458

Black with #C94458

Text Example


Text Example

White with #C94458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94458; }

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

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

background-color css

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

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

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

border-color css

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

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

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