Html Css Color HEX #C14960 Blush

📋 copy color: '#C14960'

red 193 ◦ green 73 ◦ blue 96

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

Shades of Blush #C14960

Tints of Blush #C14960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 53.31%
G = 20.17%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C14960 (or 0xC14960) is known color: Blush. HEX triplet: C1, 49 and 60. RGB value is (193,73,96). Sum of RGB (Red+Green+Blue) = 193+73+96=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C14960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14960 is #3EB69F. Grayscale: #6F6F6F. Windows color (decimal): -4109984 or 6310337. OLE color: 6310337.

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

Color convert

RGB 193 73 96 -
CMYK 0 0.62 0.50 0.24
HSL 348.5º 0.49% 0.52% -
HSV(B) 348.5º 0.62% 0.76% -
XYZ 26.49 16.95 12.94 -
YUV 111.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 193 73 96 0 0.62 0.50 0.24 348.5 0.49 0.52
Hex C1 49 60 0 3E 32 18 15C 31 34
Octal 301 111 140 0 76 62 30 534 61 64
Binary 11000001 1001001 1100000 0 111110 110010 11000 101011100 110001 110100

Color Harmonies of #C14960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14960

Black with #C14960

Text Example


Text Example

White with #C14960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14960; }

 p { color: rgb(193,73,96); }

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

background-color css

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

 a { background-color: rgb(193,73,96); }

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

border-color css

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

 span { border-color: rgb(193,73,96); }

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