Html Css Color HEX #C13E5F Blush

📋 copy color: '#C13E5F'

red 193 ◦ green 62 ◦ blue 95

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

Shades of Blush #C13E5F

Tints of Blush #C13E5F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 55.14%
G = 17.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C13E5F (or 0xC13E5F) is known color: Blush. HEX triplet: C1, 3E and 5F. RGB value is (193,62,95). Sum of RGB (Red+Green+Blue) = 193+62+95=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E5F is #3EC1A0. Grayscale: #686868. Windows color (decimal): -4112801 or 6241985. OLE color: 6241985.

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

Color convert

RGB 193 62 95 -
CMYK 0 0.68 0.51 0.24
HSL 344.89º 0.51% 0.5% -
HSV(B) 344.89º 0.68% 0.76% -
XYZ 25.78 15.61 12.48 -
YUV 104.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 193 62 95 0 0.68 0.51 0.24 344.89 0.51 0.5
Hex C1 3E 5F 0 44 33 18 159 33 32
Octal 301 76 137 0 104 63 30 531 63 62
Binary 11000001 111110 1011111 0 1000100 110011 11000 101011001 110011 110010

Color Harmonies of #C13E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E5F

Black with #C13E5F

Text Example


Text Example

White with #C13E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E5F; }

 p { color: rgb(193,62,95); }

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

background-color css

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

 a { background-color: rgb(193,62,95); }

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

border-color css

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

 span { border-color: rgb(193,62,95); }

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