#C15268

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

Shades of Blush #C15268

Tints of Blush #C15268

Color information

#C15268 (or 0xC15268) is unknown color: approx Blush. HEX triplet: C1, 52 and 68. RGB value is (193,82,104). Sum of RGB (Red+Green+Blue) = 193+82+104=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C15268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15268 is #3EAD97. Grayscale: #757575. Windows color (decimal): -4107672 or 6836929. OLE color: 6836929.

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

Color convert

RGB19382104-
CMYK00.580.460.24
HSL348.11º47.23%53.92%-
HSV(B)348.11º57.51%75.69%-
XYZ27.5118.3715.19-
YUV117.7120.27181.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=50.92%
G=21.64%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938210400.580.460.24348.1147.2353.92
HexC1526803A2E1815c2f36
Octal30112215007256305345766
Binary1100000110100101101000011101010111011000101011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15268; }

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

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

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

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

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

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

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

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