#C0485D

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

Shades of Blush #C0485D

Tints of Blush #C0485D

Color information

#C0485D (or 0xC0485D) is unknown color: approx Blush. HEX triplet: C0, 48 and 5D. RGB value is (192,72,93). Sum of RGB (Red+Green+Blue) = 192+72+93=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0485D is #3FB7A2. Grayscale: #6E6E6E. Windows color (decimal): -4175779 or 6113472. OLE color: 6113472.

HSL color Cylindrical-coordinate representation of color #C0485D: hue angle of 349.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 #C0485D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1927293-
CMYK00.630.520.25
HSL349.5º48.78%51.76%-
HSV(B)349.5º62.5%75.29%-
XYZ26.0316.6312.19-
YUV110.27118.26186.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.78%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=53.78%
G=20.17%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192729300.630.520.25349.548.7851.76
HexC0485D03F341915e3134
Octal30011013507764315366164
Binary1100000010010001011101011111111010011001101011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0485D; }

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

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

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

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

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

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

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

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