#C15164

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

Shades of Blush #C15164

Tints of Blush #C15164

Color information

#C15164 (or 0xC15164) is unknown color: approx Blush. HEX triplet: C1, 51 and 64. RGB value is (193,81,100). Sum of RGB (Red+Green+Blue) = 193+81+100=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C15164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15164 is #3EAE9B. Grayscale: #747474. Windows color (decimal): -4107932 or 6574529. OLE color: 6574529.

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

Color convert

RGB19381100-
CMYK00.580.480.24
HSL349.82º47.46%53.73%-
HSV(B)349.82º58.03%75.69%-
XYZ27.2418.1414.12-
YUV116.65118.61182.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=51.60%
G=21.66%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938110000.580.480.24349.8247.4653.73
HexC1516403A301815e2f36
Octal30112114407260305365766
Binary1100000110100011100100011101011000011000101011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15164; }

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

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

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

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

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

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

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

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