Html Css Color HEX #C14464 Blush

📋 copy color: '#C14464'

red 193 ◦ green 68 ◦ blue 100

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

Shades of Blush #C14464

Tints of Blush #C14464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 53.46%
G = 18.84%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C14464 (or 0xC14464) is known color: Blush. HEX triplet: C1, 44 and 64. RGB value is (193,68,100). Sum of RGB (Red+Green+Blue) = 193+68+100=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14464 is #3EBB9B. Grayscale: #6D6D6D. Windows color (decimal): -4111260 or 6571201. OLE color: 6571201.

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

Color convert

RGB 193 68 100 -
CMYK 0 0.65 0.48 0.24
HSL 344.64º 0.5% 0.51% -
HSV(B) 344.64º 0.65% 0.76% -
XYZ 26.36 16.39 13.83 -
YUV 109.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 193 68 100 0 0.65 0.48 0.24 344.64 0.5 0.51
Hex C1 44 64 0 41 30 18 159 32 33
Octal 301 104 144 0 101 60 30 531 62 63
Binary 11000001 1000100 1100100 0 1000001 110000 11000 101011001 110010 110011

Color Harmonies of #C14464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14464

Black with #C14464

Text Example


Text Example

White with #C14464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14464; }

 p { color: rgb(193,68,100); }

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

background-color css

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

 a { background-color: rgb(193,68,100); }

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

border-color css

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

 span { border-color: rgb(193,68,100); }

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