#C34064

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

Shades of Blush #C34064

Tints of Blush #C34064

Color information

#C34064 (or 0xC34064) is unknown color: approx Blush. HEX triplet: C3, 40 and 64. RGB value is (195,64,100). Sum of RGB (Red+Green+Blue) = 195+64+100=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C34064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34064 is #3CBF9B. Grayscale: #6B6B6B. Windows color (decimal): -3981212 or 6570179. OLE color: 6570179.

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

Color convert

RGB19564100-
CMYK00.670.490.24
HSL343.51º52.19%50.78%-
HSV(B)343.51º67.18%76.47%-
XYZ26.6416.1913.78-
YUV107.27123.9190.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.32%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=54.32%
G=17.83%
B=27.86%

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
Decimal1956410000.670.490.24343.5152.1950.78
HexC3406404331181583433
Octal303100144010361305306463
Binary11000011100000011001000100001111000111000101011000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34064; }

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

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

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

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

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

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

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

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