#C04265

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

Shades of Blush #C04265

Tints of Blush #C04265

Color information

#C04265 (or 0xC04265) is unknown color: approx Blush. HEX triplet: C0, 42 and 65. RGB value is (192,66,101). Sum of RGB (Red+Green+Blue) = 192+66+101=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04265 is #3FBD9A. Grayscale: #6B6B6B. Windows color (decimal): -4177307 or 6636224. OLE color: 6636224.

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

Color convert

RGB19266101-
CMYK00.660.470.25
HSL343.33º50%50.59%-
HSV(B)343.33º65.62%75.29%-
XYZ26.0416.0414.04-
YUV107.66124.24188.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=53.48%
G=18.38%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926610100.660.470.25343.335050.59
HexC042650422F191573233
Octal300102145010257315276263
Binary11000000100001011001010100001010111111001101010111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04265; }

 p { color: rgb(192,66,101); }

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

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

 a { background-color: rgb(192,66,101); }

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

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

 span { border-color: rgb(192,66,101); }

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