#C34267

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

Shades of Blush #C34267

Tints of Blush #C34267

Color information

#C34267 (or 0xC34267) is unknown color: approx Blush. HEX triplet: C3, 42 and 67. RGB value is (195,66,103). Sum of RGB (Red+Green+Blue) = 195+66+103=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C34267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34267 is #3CBD98. Grayscale: #6C6C6C. Windows color (decimal): -3980697 or 6767299. OLE color: 6767299.

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

Color convert

RGB19566103-
CMYK00.660.470.24
HSL342.79º51.81%51.18%-
HSV(B)342.79º66.15%76.47%-
XYZ26.916.4814.59-
YUV108.79124.74189.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=53.57%
G=18.13%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956610300.660.470.24342.7951.8151.18
HexC342670422F181573433
Octal303102147010257305276463
Binary11000011100001011001110100001010111111000101010111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34267; }

 p { color: rgb(195,66,103); }

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

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

 a { background-color: rgb(195,66,103); }

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

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

 span { border-color: rgb(195,66,103); }

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