#C34063

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

Shades of Blush #C34063

Tints of Blush #C34063

Color information

#C34063 (or 0xC34063) is unknown color: approx Blush. HEX triplet: C3, 40 and 63. RGB value is (195,64,99). Sum of RGB (Red+Green+Blue) = 195+64+99=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C34063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34063 is #3CBF9C. Grayscale: #6B6B6B. Windows color (decimal): -3981213 or 6504643. OLE color: 6504643.

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

Color convert

RGB1956499-
CMYK00.670.490.24
HSL343.97º52.19%50.78%-
HSV(B)343.97º67.18%76.47%-
XYZ26.5916.1713.52-
YUV107.16123.4190.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.47%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=54.47%
G=17.88%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195649900.670.490.24343.9752.1950.78
HexC3406304331181583433
Octal303100143010361305306463
Binary11000011100000011000110100001111000111000101011000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34063; }

 p { color: rgb(195,64,99); }

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

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

 a { background-color: rgb(195,64,99); }

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

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

 span { border-color: rgb(195,64,99); }

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