#C34560

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

Shades of Blush #C34560

Tints of Blush #C34560

Color information

#C34560 (or 0xC34560) is unknown color: approx Blush. HEX triplet: C3, 45 and 60. RGB value is (195,69,96). Sum of RGB (Red+Green+Blue) = 195+69+96=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C34560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34560 is #3CBA9F. Grayscale: #6D6D6D. Windows color (decimal): -3979936 or 6309315. OLE color: 6309315.

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

Color convert

RGB1956996-
CMYK00.650.510.24
HSL347.14º51.22%51.76%-
HSV(B)347.14º64.62%76.47%-
XYZ26.7516.712.88-
YUV109.75120.24188.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=54.17%
G=19.17%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195699600.650.510.24347.1451.2251.76
HexC34560041331815b3334
Octal303105140010163305336364
Binary11000011100010111000000100000111001111000101011011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34560; }

 p { color: rgb(195,69,96); }

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

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

 a { background-color: rgb(195,69,96); }

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

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

 span { border-color: rgb(195,69,96); }

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