Html Css Color HEX #C14063 Blush

📋 copy color: '#C14063'

red 193 ◦ green 64 ◦ blue 99

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

Shades of Blush #C14063

Tints of Blush #C14063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

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

R = 54.21%
G = 17.98%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C14063 (or 0xC14063) is known color: Blush. HEX triplet: C1, 40 and 63. RGB value is (193,64,99). Sum of RGB (Red+Green+Blue) = 193+64+99=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C14063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14063 is #3EBF9C. Grayscale: #6A6A6A. Windows color (decimal): -4112285 or 6504641. OLE color: 6504641.

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

Color convert

RGB 193 64 99 -
CMYK 0 0.67 0.49 0.24
HSL 343.72º 0.51% 0.5% -
HSV(B) 343.72º 0.67% 0.76% -
XYZ 26.08 15.91 13.5 -
YUV 106.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 193 64 99 0 0.67 0.49 0.24 343.72 0.51 0.5
Hex C1 40 63 0 43 31 18 158 33 32
Octal 301 100 143 0 103 61 30 530 63 62
Binary 11000001 1000000 1100011 0 1000011 110001 11000 101011000 110011 110010

Color Harmonies of #C14063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14063

Black with #C14063

Text Example


Text Example

White with #C14063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14063; }

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

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

background-color css

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

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

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

border-color css

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

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

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