#C04066

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

Shades of Blush #C04066

Tints of Blush #C04066

Color information

#C04066 (or 0xC04066) is unknown color: approx Blush. HEX triplet: C0, 40 and 66. RGB value is (192,64,102). Sum of RGB (Red+Green+Blue) = 192+64+102=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04066 is #3FBF99. Grayscale: #6A6A6A. Windows color (decimal): -4177818 or 6701248. OLE color: 6701248.

HSL color Cylindrical-coordinate representation of color #C04066: hue angle of 342.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04066 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19264102-
CMYK00.670.470.25
HSL342.19º50.39%50.2%-
HSV(B)342.19º66.67%75.29%-
XYZ25.9715.8314.26-
YUV106.6125.41188.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=53.63%
G=17.88%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926410200.670.470.25342.1950.3950.2
HexC040660432F191563232
Octal300100146010357315266262
Binary11000000100000011001100100001110111111001101010110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04066; }

 p { color: rgb(192,64,102); }

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

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

 a { background-color: rgb(192,64,102); }

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

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

 span { border-color: rgb(192,64,102); }

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