#C34760

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

Shades of Blush #C34760

Tints of Blush #C34760

Color information

#C34760 (or 0xC34760) is unknown color: approx Blush. HEX triplet: C3, 47 and 60. RGB value is (195,71,96). Sum of RGB (Red+Green+Blue) = 195+71+96=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C34760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34760 is #3CB89F. Grayscale: #6E6E6E. Windows color (decimal): -3979424 or 6309827. OLE color: 6309827.

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

Color convert

RGB1957196-
CMYK00.640.510.24
HSL347.9º50.82%52.16%-
HSV(B)347.9º63.59%76.47%-
XYZ26.8716.9512.92-
YUV110.93119.58187.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=53.87%
G=19.61%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195719600.640.510.24347.950.8252.16
HexC34760040331815c3334
Octal303107140010063305346364
Binary11000011100011111000000100000011001111000101011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34760; }

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

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

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

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

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

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

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

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