#C1425E

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

Shades of Blush #C1425E

Tints of Blush #C1425E

Color information

#C1425E (or 0xC1425E) is unknown color: approx Blush. HEX triplet: C1, 42 and 5E. RGB value is (193,66,94). Sum of RGB (Red+Green+Blue) = 193+66+94=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1425E is #3EBDA1. Grayscale: #6B6B6B. Windows color (decimal): -4111778 or 6177473. OLE color: 6177473.

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

Color convert

RGB1936694-
CMYK00.660.510.24
HSL346.77º50.6%50.78%-
HSV(B)346.77º65.8%75.69%-
XYZ25.9616.0412.32-
YUV107.16120.58189.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=54.67%
G=18.70%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193669400.660.510.24346.7750.650.78
HexC1425E042331815b3333
Octal301102136010263305336363
Binary11000001100001010111100100001011001111000101011011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1425E; }

 p { color: rgb(193,66,94); }

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

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

 a { background-color: rgb(193,66,94); }

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

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

 span { border-color: rgb(193,66,94); }

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