#C05469

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

Shades of Blush #C05469

Tints of Blush #C05469

Color information

#C05469 (or 0xC05469) is unknown color: approx Blush. HEX triplet: C0, 54 and 69. RGB value is (192,84,105). Sum of RGB (Red+Green+Blue) = 192+84+105=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C05469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05469 is #3FAB96. Grayscale: #767676. Windows color (decimal): -4172695 or 6902976. OLE color: 6902976.

HSL color Cylindrical-coordinate representation of color #C05469: hue angle of 348.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05469 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19284105-
CMYK00.560.450.25
HSL348.33º46.15%54.12%-
HSV(B)348.33º56.25%75.29%-
XYZ27.4618.5715.5-
YUV118.69120.28180.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=50.39%
G=22.05%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928410500.560.450.25348.3346.1554.12
HexC054690382D1915c2e36
Octal30012415107055315345666
Binary1100000010101001101001011100010110111001101011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05469; }

 p { color: rgb(192,84,105); }

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

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

 a { background-color: rgb(192,84,105); }

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

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

 span { border-color: rgb(192,84,105); }

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