Html Css Color HEX #C94258 Mandy

📋 copy color: '#C94258'

red 201 ◦ green 66 ◦ blue 88

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

Shades of Mandy #C94258

Tints of Mandy #C94258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 56.62%
G = 18.59%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C94258 (or 0xC94258) is known color: Mandy. HEX triplet: C9, 42 and 58. RGB value is (201,66,88). Sum of RGB (Red+Green+Blue) = 201+66+88=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94258 is #36BDA7. Grayscale: #6C6C6C. Windows color (decimal): -3587496 or 5784265. OLE color: 5784265.

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

Color convert

RGB 201 66 88 -
CMYK 0 0.67 0.56 0.21
HSL 350.22º 0.56% 0.52% -
HSV(B) 350.22º 0.67% 0.79% -
XYZ 27.8 17.02 11.05 -
YUV 108.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 201 66 88 0 0.67 0.56 0.21 350.22 0.56 0.52
Hex C9 42 58 0 43 38 15 15E 38 34
Octal 311 102 130 0 103 70 25 536 70 64
Binary 11001001 1000010 1011000 0 1000011 111000 10101 101011110 111000 110100

Color Harmonies of #C94258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94258

Black with #C94258

Text Example


Text Example

White with #C94258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94258; }

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

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

background-color css

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

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

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

border-color css

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

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

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