#C1455D

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

Shades of Blush #C1455D

Tints of Blush #C1455D

Color information

#C1455D (or 0xC1455D) is unknown color: approx Blush. HEX triplet: C1, 45 and 5D. RGB value is (193,69,93). Sum of RGB (Red+Green+Blue) = 193+69+93=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1455D is #3EBAA2. Grayscale: #6C6C6C. Windows color (decimal): -4111011 or 6112705. OLE color: 6112705.

HSL color Cylindrical-coordinate representation of color #C1455D: hue angle of 348.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1455D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1936993-
CMYK00.640.520.24
HSL348.39º50%51.37%-
HSV(B)348.39º64.25%75.69%-
XYZ26.116.3812.14-
YUV108.81119.08188.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=54.37%
G=19.44%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193699300.640.520.24348.395051.37
HexC1455D040341815c3233
Octal301105135010064305346263
Binary11000001100010110111010100000011010011000101011100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1455D; }

 p { color: rgb(193,69,93); }

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

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

 a { background-color: rgb(193,69,93); }

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

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

 span { border-color: rgb(193,69,93); }

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