Html Css Color HEX #C94C5C Mandy

📋 copy color: '#C94C5C'

red 201 ◦ green 76 ◦ blue 92

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

Shades of Mandy #C94C5C

Tints of Mandy #C94C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 54.47%
G = 20.6%
B = 24.93%

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

#C94C5C (or 0xC94C5C) is known color: Mandy. HEX triplet: C9, 4C and 5C. RGB value is (201,76,92). Sum of RGB (Red+Green+Blue) = 201+76+92=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C5C is #36B3A3. Grayscale: #737373. Windows color (decimal): -3584932 or 6048969. OLE color: 6048969.

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

Color convert

RGB 201 76 92 -
CMYK 0 0.62 0.54 0.21
HSL 352.32º 0.54% 0.54% -
HSV(B) 352.32º 0.62% 0.79% -
XYZ 28.6 18.36 12.16 -
YUV 115.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 201 76 92 0 0.62 0.54 0.21 352.32 0.54 0.54
Hex C9 4C 5C 0 3E 36 15 160 36 36
Octal 311 114 134 0 76 66 25 540 66 66
Binary 11001001 1001100 1011100 0 111110 110110 10101 101100000 110110 110110

Color Harmonies of #C94C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C5C

Black with #C94C5C

Text Example


Text Example

White with #C94C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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