Html Css Color HEX #C13F5E Blush

📋 copy color: '#C13F5E'

red 193 ◦ green 63 ◦ blue 94

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

Shades of Blush #C13F5E

Tints of Blush #C13F5E

RGB

 RED value IS 193 (75.78% from 255) = 55.14%

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 55.14%
G = 18%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C13F5E (or 0xC13F5E) is known color: Blush. HEX triplet: C1, 3F and 5E. RGB value is (193,63,94). Sum of RGB (Red+Green+Blue) = 193+63+94=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F5E is #3EC0A1. Grayscale: #696969. Windows color (decimal): -4112546 or 6176705. OLE color: 6176705.

HSL color Cylindrical-coordinate representation of color #C13F5E: hue angle of 345.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F5E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 94 -
CMYK 0 0.67 0.51 0.24
HSL 345.69º 0.51% 0.5% -
HSV(B) 345.69º 0.67% 0.76% -
XYZ 25.79 15.7 12.26 -
YUV 105.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 193 63 94 0 0.67 0.51 0.24 345.69 0.51 0.5
Hex C1 3F 5E 0 43 33 18 15A 33 32
Octal 301 77 136 0 103 63 30 532 63 62
Binary 11000001 111111 1011110 0 1000011 110011 11000 101011010 110011 110010

Color Harmonies of #C13F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F5E

Black with #C13F5E

Text Example


Text Example

White with #C13F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F5E; }

 p { color: rgb(193,63,94); }

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

background-color css

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

 a { background-color: rgb(193,63,94); }

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

border-color css

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

 span { border-color: rgb(193,63,94); }

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