Html Css Color HEX #C94D5C Mandy

📋 copy color: '#C94D5C'

red 201 ◦ green 77 ◦ blue 92

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

Shades of Mandy #C94D5C

Tints of Mandy #C94D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.81%

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 54.32%
G = 20.81%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C94D5C (or 0xC94D5C) is known color: Mandy. HEX triplet: C9, 4D and 5C. RGB value is (201,77,92). Sum of RGB (Red+Green+Blue) = 201+77+92=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D5C is #36B2A3. Grayscale: #737373. Windows color (decimal): -3584676 or 6049225. OLE color: 6049225.

HSL color Cylindrical-coordinate representation of color #C94D5C: hue angle of 352.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D5C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 92 -
CMYK 0 0.62 0.54 0.21
HSL 352.74º 0.53% 0.55% -
HSV(B) 352.74º 0.62% 0.79% -
XYZ 28.67 18.5 12.18 -
YUV 115.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 201 77 92 0 0.62 0.54 0.21 352.74 0.53 0.55
Hex C9 4D 5C 0 3E 36 15 161 35 37
Octal 311 115 134 0 76 66 25 541 65 67
Binary 11001001 1001101 1011100 0 111110 110110 10101 101100001 110101 110111

Color Harmonies of #C94D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D5C

Black with #C94D5C

Text Example


Text Example

White with #C94D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D5C; }

 p { color: rgb(201,77,92); }

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

background-color css

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

 a { background-color: rgb(201,77,92); }

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

border-color css

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

 span { border-color: rgb(201,77,92); }

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