Html Css Color HEX #C93F5C Mandy

📋 copy color: '#C93F5C'

red 201 ◦ green 63 ◦ blue 92

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

Shades of Mandy #C93F5C

Tints of Mandy #C93F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

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

R = 56.46%
G = 17.7%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C93F5C (or 0xC93F5C) is known color: Mandy. HEX triplet: C9, 3F and 5C. RGB value is (201,63,92). Sum of RGB (Red+Green+Blue) = 201+63+92=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F5C is #36C0A3. Grayscale: #6B6B6B. Windows color (decimal): -3588260 or 6045641. OLE color: 6045641.

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

Color convert

RGB 201 63 92 -
CMYK 0 0.69 0.54 0.21
HSL 347.39º 0.56% 0.52% -
HSV(B) 347.39º 0.69% 0.79% -
XYZ 27.8 16.75 11.89 -
YUV 107.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 201 63 92 0 0.69 0.54 0.21 347.39 0.56 0.52
Hex C9 3F 5C 0 45 36 15 15B 38 34
Octal 311 77 134 0 105 66 25 533 70 64
Binary 11001001 111111 1011100 0 1000101 110110 10101 101011011 111000 110100

Color Harmonies of #C93F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F5C

Black with #C93F5C

Text Example


Text Example

White with #C93F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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