Html Css Color HEX #C14361 Blush

📋 copy color: '#C14361'

red 193 ◦ green 67 ◦ blue 97

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

Shades of Blush #C14361

Tints of Blush #C14361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 97 (38.28% from 255) = 27.17%

R = 54.06%
G = 18.77%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C14361 (or 0xC14361) is known color: Blush. HEX triplet: C1, 43 and 61. RGB value is (193,67,97). Sum of RGB (Red+Green+Blue) = 193+67+97=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C14361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14361 is #3EBC9E. Grayscale: #6C6C6C. Windows color (decimal): -4111519 or 6374337. OLE color: 6374337.

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

Color convert

RGB 193 67 97 -
CMYK 0 0.65 0.50 0.24
HSL 345.71º 0.5% 0.51% -
HSV(B) 345.71º 0.65% 0.76% -
XYZ 26.16 16.21 13.06 -
YUV 108.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 193 67 97 0 0.65 0.50 0.24 345.71 0.5 0.51
Hex C1 43 61 0 41 32 18 15A 32 33
Octal 301 103 141 0 101 62 30 532 62 63
Binary 11000001 1000011 1100001 0 1000001 110010 11000 101011010 110010 110011

Color Harmonies of #C14361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14361

Black with #C14361

Text Example


Text Example

White with #C14361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14361; }

 p { color: rgb(193,67,97); }

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

background-color css

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

 a { background-color: rgb(193,67,97); }

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

border-color css

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

 span { border-color: rgb(193,67,97); }

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