#C34461

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

Shades of Blush #C34461

Tints of Blush #C34461

Color information

#C34461 (or 0xC34461) is unknown color: approx Blush. HEX triplet: C3, 44 and 61. RGB value is (195,68,97). Sum of RGB (Red+Green+Blue) = 195+68+97=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C34461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34461 is #3CBB9E. Grayscale: #6D6D6D. Windows color (decimal): -3980191 or 6374595. OLE color: 6374595.

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

Color convert

RGB1956897-
CMYK00.650.500.24
HSL346.3º51.42%51.57%-
HSV(B)346.3º65.13%76.47%-
XYZ26.7316.613.1-
YUV109.28121.08189.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=54.17%
G=18.89%
B=26.94%

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
Decimal195689700.650.500.24346.351.4251.57
HexC34461041321815a3334
Octal303104141010162305326364
Binary11000011100010011000010100000111001011000101011010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34461; }

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

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

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

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

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

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

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

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