Html Css Color HEX #C14F63 Blush

📋 copy color: '#C14F63'

red 193 ◦ green 79 ◦ blue 99

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

Shades of Blush #C14F63

Tints of Blush #C14F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 52.02%
G = 21.29%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C14F63 (or 0xC14F63) is known color: Blush. HEX triplet: C1, 4F and 63. RGB value is (193,79,99). Sum of RGB (Red+Green+Blue) = 193+79+99=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F63 is #3EB09C. Grayscale: #737373. Windows color (decimal): -4108445 or 6508481. OLE color: 6508481.

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

Color convert

RGB 193 79 99 -
CMYK 0 0.59 0.49 0.24
HSL 349.47º 0.48% 0.53% -
HSV(B) 349.47º 0.59% 0.76% -
XYZ 27.04 17.83 13.82 -
YUV 115.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 193 79 99 0 0.59 0.49 0.24 349.47 0.48 0.53
Hex C1 4F 63 0 3B 31 18 15D 30 35
Octal 301 117 143 0 73 61 30 535 60 65
Binary 11000001 1001111 1100011 0 111011 110001 11000 101011101 110000 110101

Color Harmonies of #C14F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F63

Black with #C14F63

Text Example


Text Example

White with #C14F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F63; }

 p { color: rgb(193,79,99); }

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

background-color css

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

 a { background-color: rgb(193,79,99); }

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

border-color css

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

 span { border-color: rgb(193,79,99); }

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