Html Css Color HEX #C14862 Blush

📋 copy color: '#C14862'

red 193 ◦ green 72 ◦ blue 98

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

Shades of Blush #C14862

Tints of Blush #C14862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 53.17%
G = 19.83%
B = 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

#C14862 (or 0xC14862) is known color: Blush. HEX triplet: C1, 48 and 62. RGB value is (193,72,98). Sum of RGB (Red+Green+Blue) = 193+72+98=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14862 is #3EB79D. Grayscale: #6F6F6F. Windows color (decimal): -4110238 or 6441153. OLE color: 6441153.

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

Color convert

RGB 193 72 98 -
CMYK 0 0.63 0.49 0.24
HSL 347.11º 0.49% 0.52% -
HSV(B) 347.11º 0.63% 0.76% -
XYZ 26.51 16.85 13.41 -
YUV 111.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 193 72 98 0 0.63 0.49 0.24 347.11 0.49 0.52
Hex C1 48 62 0 3F 31 18 15B 31 34
Octal 301 110 142 0 77 61 30 533 61 64
Binary 11000001 1001000 1100010 0 111111 110001 11000 101011011 110001 110100

Color Harmonies of #C14862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14862

Black with #C14862

Text Example


Text Example

White with #C14862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14862; }

 p { color: rgb(193,72,98); }

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

background-color css

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

 a { background-color: rgb(193,72,98); }

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

border-color css

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

 span { border-color: rgb(193,72,98); }

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