#C14461

Color #C14461 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C14461

Tints of Blush #C14461

Color information

#C14461 (or 0xC14461) is unknown color: approx Blush. HEX triplet: C1, 44 and 61. RGB value is (193,68,97). Sum of RGB (Red+Green+Blue) = 193+68+97=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C14461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14461 is #3EBB9E. Grayscale: #6C6C6C. Windows color (decimal): -4111263 or 6374593. OLE color: 6374593.

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

Color convert

RGB1936897-
CMYK00.650.500.24
HSL346.08º50.2%51.18%-
HSV(B)346.08º64.77%75.69%-
XYZ26.2216.3313.08-
YUV108.68121.41188.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=53.91%
G=18.99%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193689700.650.500.24346.0850.251.18
HexC14461041321815a3233
Octal301104141010162305326263
Binary11000001100010011000010100000111001011000101011010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14461; }

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

 H1.HeaderClassName
 {
   color: #C14461;
 }
 .AnyTagClassName
 {
   color: #C14461;
 }
</style>
background-color css

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

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

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

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

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

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