Html Css Color HEX #C14864 Blush

📋 copy color: '#C14864'

red 193 ◦ green 72 ◦ blue 100

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

Shades of Blush #C14864

Tints of Blush #C14864

RGB

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

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

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

R = 52.88%
G = 19.73%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C14864 (or 0xC14864) is known color: Blush. HEX triplet: C1, 48 and 64. RGB value is (193,72,100). Sum of RGB (Red+Green+Blue) = 193+72+100=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C14864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14864 is #3EB79B. Grayscale: #6F6F6F. Windows color (decimal): -4110236 or 6572225. OLE color: 6572225.

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

Color convert

RGB 193 72 100 -
CMYK 0 0.63 0.48 0.24
HSL 346.12º 0.49% 0.52% -
HSV(B) 346.12º 0.63% 0.76% -
XYZ 26.61 16.89 13.91 -
YUV 111.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 193 72 100 0 0.63 0.48 0.24 346.12 0.49 0.52
Hex C1 48 64 0 3F 30 18 15A 31 34
Octal 301 110 144 0 77 60 30 532 61 64
Binary 11000001 1001000 1100100 0 111111 110000 11000 101011010 110001 110100

Color Harmonies of #C14864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14864

Black with #C14864

Text Example


Text Example

White with #C14864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14864; }

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

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

background-color css

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

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

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

border-color css

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

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

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