Html Css Color HEX #C94255 Mandy

📋 copy color: '#C94255'

red 201 ◦ green 66 ◦ blue 85

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

Shades of Mandy #C94255

Tints of Mandy #C94255

RGB

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

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

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

R = 57.1%
G = 18.75%
B = 24.15%

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

#C94255 (or 0xC94255) is known color: Mandy. HEX triplet: C9, 42 and 55. RGB value is (201,66,85). Sum of RGB (Red+Green+Blue) = 201+66+85=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94255 is #36BDAA. Grayscale: #6C6C6C. Windows color (decimal): -3587499 or 5587657. OLE color: 5587657.

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

Color convert

RGB 201 66 85 -
CMYK 0 0.67 0.58 0.21
HSL 351.56º 0.56% 0.52% -
HSV(B) 351.56º 0.67% 0.79% -
XYZ 27.68 16.97 10.41 -
YUV 108.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 201 66 85 0 0.67 0.58 0.21 351.56 0.56 0.52
Hex C9 42 55 0 43 3A 15 160 38 34
Octal 311 102 125 0 103 72 25 540 70 64
Binary 11001001 1000010 1010101 0 1000011 111010 10101 101100000 111000 110100

Color Harmonies of #C94255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94255

Black with #C94255

Text Example


Text Example

White with #C94255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94255; }

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

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

background-color css

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

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

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

border-color css

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

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

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