Html Css Color HEX #C14963 Blush

📋 copy color: '#C14963'

red 193 ◦ green 73 ◦ blue 99

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

Shades of Blush #C14963

Tints of Blush #C14963

RGB

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

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

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

R = 52.88%
G = 20%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C14963 (or 0xC14963) is known color: Blush. HEX triplet: C1, 49 and 63. RGB value is (193,73,99). Sum of RGB (Red+Green+Blue) = 193+73+99=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C14963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14963 is #3EB69C. Grayscale: #6F6F6F. Windows color (decimal): -4109981 or 6506945. OLE color: 6506945.

HSL color Cylindrical-coordinate representation of color #C14963: hue angle of 347º 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 #C14963 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 99 -
CMYK 0 0.62 0.49 0.24
HSL 347º 0.49% 0.52% -
HSV(B) 347º 0.62% 0.76% -
XYZ 26.63 17 13.68 -
YUV 111.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 193 73 99 0 0.62 0.49 0.24 347 0.49 0.52
Hex C1 49 63 0 3E 31 18 15B 31 34
Octal 301 111 143 0 76 61 30 533 61 64
Binary 11000001 1001001 1100011 0 111110 110001 11000 101011011 110001 110100

Color Harmonies of #C14963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14963

Black with #C14963

Text Example


Text Example

White with #C14963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14963; }

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

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

background-color css

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

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

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

border-color css

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

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

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