Html Css Color HEX #C14263 Blush

📋 copy color: '#C14263'

red 193 ◦ green 66 ◦ blue 99

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

Shades of Blush #C14263

Tints of Blush #C14263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

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

R = 53.91%
G = 18.44%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C14263 (or 0xC14263) is known color: Blush. HEX triplet: C1, 42 and 63. RGB value is (193,66,99). Sum of RGB (Red+Green+Blue) = 193+66+99=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C14263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14263 is #3EBD9C. Grayscale: #6B6B6B. Windows color (decimal): -4111773 or 6505153. OLE color: 6505153.

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

Color convert

RGB 193 66 99 -
CMYK 0 0.66 0.49 0.24
HSL 344.41º 0.51% 0.51% -
HSV(B) 344.41º 0.66% 0.76% -
XYZ 26.19 16.13 13.54 -
YUV 107.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 193 66 99 0 0.66 0.49 0.24 344.41 0.51 0.51
Hex C1 42 63 0 42 31 18 158 33 33
Octal 301 102 143 0 102 61 30 530 63 63
Binary 11000001 1000010 1100011 0 1000010 110001 11000 101011000 110011 110011

Color Harmonies of #C14263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14263

Black with #C14263

Text Example


Text Example

White with #C14263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14263; }

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

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

background-color css

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

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

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

border-color css

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

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

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