#C2425C

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

Shades of Blush #C2425C

Tints of Blush #C2425C

Color information

#C2425C (or 0xC2425C) is unknown color: approx Blush. HEX triplet: C2, 42 and 5C. RGB value is (194,66,92). Sum of RGB (Red+Green+Blue) = 194+66+92=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2425C is #3DBDA3. Grayscale: #6B6B6B. Windows color (decimal): -4046244 or 6046402. OLE color: 6046402.

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

Color convert

RGB1946692-
CMYK00.660.530.24
HSL347.81º51.2%50.98%-
HSV(B)347.81º65.98%76.08%-
XYZ26.1316.1411.86-
YUV107.24119.41189.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=55.11%
G=18.75%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194669200.660.530.24347.8151.250.98
HexC2425C042351815c3333
Octal302102134010265305346363
Binary11000010100001010111000100001011010111000101011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2425C; }

 p { color: rgb(194,66,92); }

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

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

 a { background-color: rgb(194,66,92); }

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

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

 span { border-color: rgb(194,66,92); }

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