Html Css Color HEX #C14763 Blush

📋 copy color: '#C14763'

red 193 ◦ green 71 ◦ blue 99

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

Shades of Blush #C14763

Tints of Blush #C14763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 53.17%
G = 19.56%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C14763 (or 0xC14763) is known color: Blush. HEX triplet: C1, 47 and 63. RGB value is (193,71,99). Sum of RGB (Red+Green+Blue) = 193+71+99=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14763 is #3EB89C. Grayscale: #6E6E6E. Windows color (decimal): -4110493 or 6506433. OLE color: 6506433.

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

Color convert

RGB 193 71 99 -
CMYK 0 0.63 0.49 0.24
HSL 346.23º 0.5% 0.52% -
HSV(B) 346.23º 0.63% 0.76% -
XYZ 26.5 16.74 13.64 -
YUV 110.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 193 71 99 0 0.63 0.49 0.24 346.23 0.5 0.52
Hex C1 47 63 0 3F 31 18 15A 32 34
Octal 301 107 143 0 77 61 30 532 62 64
Binary 11000001 1000111 1100011 0 111111 110001 11000 101011010 110010 110100

Color Harmonies of #C14763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14763

Black with #C14763

Text Example


Text Example

White with #C14763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14763; }

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

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

background-color css

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

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

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

border-color css

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

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

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