Html Css Color HEX #C94153 Mandy

📋 copy color: '#C94153'

red 201 ◦ green 65 ◦ blue 83

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

Shades of Mandy #C94153

Tints of Mandy #C94153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.78%

R = 57.59%
G = 18.62%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C94153 (or 0xC94153) is known color: Mandy. HEX triplet: C9, 41 and 53. RGB value is (201,65,83). Sum of RGB (Red+Green+Blue) = 201+65+83=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C94153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94153 is #36BEAC. Grayscale: #6B6B6B. Windows color (decimal): -3587757 or 5456329. OLE color: 5456329.

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

Color convert

RGB 201 65 83 -
CMYK 0 0.68 0.59 0.21
HSL 352.06º 0.56% 0.52% -
HSV(B) 352.06º 0.68% 0.79% -
XYZ 27.54 16.82 9.98 -
YUV 107.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 201 65 83 0 0.68 0.59 0.21 352.06 0.56 0.52
Hex C9 41 53 0 44 3B 15 160 38 34
Octal 311 101 123 0 104 73 25 540 70 64
Binary 11001001 1000001 1010011 0 1000100 111011 10101 101100000 111000 110100

Color Harmonies of #C94153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94153

Black with #C94153

Text Example


Text Example

White with #C94153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94153; }

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

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

background-color css

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

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

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

border-color css

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

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

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