#c43f63

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

Shades of Blush #C43F63

Tints of Blush #C43F63

Color information

#C43F63 (or 0xC43F63) is unknown color: approx Blush. HEX triplet: C4, 3F and 63. RGB value is (196,63,99). Sum of RGB (Red+Green+Blue) = 196+63+99=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F63 is #3BC09C. Grayscale: #6A6A6A. Windows color (decimal): -3915933 or 6504388. OLE color: 6504388.

HSL color Cylindrical-coordinate representation of color #C43F63: hue angle of 343.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F63 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB1966399-
CMYK00.680.490.23
HSL343.76º52.99%50.78%-
HSV(B)343.76º67.86%76.86%-
XYZ26.7916.1913.52-
YUV106.87123.56191.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.75%
GREEN value IS 63 (25% from 255) = 17.60%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=54.75%
G=17.60%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196639900.680.490.23343.7652.9950.78
HexC43F6304431171583533
Octal30477143010461275306563
Binary1100010011111111000110100010011000110111101011000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43f63; }

 p { color: rgb(196,63,99); }

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

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

 a { background-color: rgb(196,63,99); }

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

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

 span { border-color: rgb(196,63,99); }

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