#C15264

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

Shades of Blush #C15264

Tints of Blush #C15264

Color information

#C15264 (or 0xC15264) is unknown color: approx Blush. HEX triplet: C1, 52 and 64. RGB value is (193,82,100). Sum of RGB (Red+Green+Blue) = 193+82+100=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C15264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15264 is #3EAD9B. Grayscale: #757575. Windows color (decimal): -4107676 or 6574785. OLE color: 6574785.

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

Color convert

RGB19382100-
CMYK00.580.480.24
HSL350.27º47.23%53.92%-
HSV(B)350.27º57.51%75.69%-
XYZ27.3118.2914.15-
YUV117.24118.27182.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=51.47%
G=21.87%
B=26.67%

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
Decimal1938210000.580.480.24350.2747.2353.92
HexC1526403A301815e2f36
Octal30112214407260305365766
Binary1100000110100101100100011101011000011000101011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15264; }

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

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

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

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

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

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

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

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