#C04867

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

Shades of Blush #C04867

Tints of Blush #C04867

Color information

#C04867 (or 0xC04867) is unknown color: approx Blush. HEX triplet: C0, 48 and 67. RGB value is (192,72,103). Sum of RGB (Red+Green+Blue) = 192+72+103=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C04867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04867 is #3FB798. Grayscale: #6F6F6F. Windows color (decimal): -4175769 or 6768832. OLE color: 6768832.

HSL color Cylindrical-coordinate representation of color #C04867: hue angle of 344.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04867 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19272103-
CMYK00.630.460.25
HSL344.5º48.78%51.76%-
HSV(B)344.5º62.5%75.29%-
XYZ26.516.8214.68-
YUV111.41123.26185.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=52.32%
G=19.62%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927210300.630.460.25344.548.7851.76
HexC0486703F2E191583134
Octal30011014707756315306164
Binary1100000010010001100111011111110111011001101011000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04867; }

 p { color: rgb(192,72,103); }

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

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

 a { background-color: rgb(192,72,103); }

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

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

 span { border-color: rgb(192,72,103); }

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