#C34561

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

Shades of Blush #C34561

Tints of Blush #C34561

Color information

#C34561 (or 0xC34561) is unknown color: approx Blush. HEX triplet: C3, 45 and 61. RGB value is (195,69,97). Sum of RGB (Red+Green+Blue) = 195+69+97=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C34561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34561 is #3CBA9E. Grayscale: #6D6D6D. Windows color (decimal): -3979935 or 6374851. OLE color: 6374851.

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

Color convert

RGB1956997-
CMYK00.650.500.24
HSL346.67º51.22%51.76%-
HSV(B)346.67º64.62%76.47%-
XYZ26.7916.7213.12-
YUV109.87120.74188.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=54.02%
G=19.11%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195699700.650.500.24346.6751.2251.76
HexC34561041321815b3334
Octal303105141010162305336364
Binary11000011100010111000010100000111001011000101011011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34561; }

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

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

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

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

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

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

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

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