#C14567

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

Shades of Blush #C14567

Tints of Blush #C14567

Color information

#C14567 (or 0xC14567) is unknown color: approx Blush. HEX triplet: C1, 45 and 67. RGB value is (193,69,103). Sum of RGB (Red+Green+Blue) = 193+69+103=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C14567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14567 is #3EBA98. Grayscale: #6D6D6D. Windows color (decimal): -4111001 or 6768065. OLE color: 6768065.

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

Color convert

RGB19369103-
CMYK00.640.470.24
HSL343.55º50%51.37%-
HSV(B)343.55º64.25%75.69%-
XYZ26.5716.5714.63-
YUV109.95124.08187.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=52.88%
G=18.90%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936910300.640.470.24343.555051.37
HexC145670402F181583233
Octal301105147010057305306263
Binary11000001100010111001110100000010111111000101011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14567; }

 p { color: rgb(193,69,103); }

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

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

 a { background-color: rgb(193,69,103); }

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

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

 span { border-color: rgb(193,69,103); }

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