#C0506E

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

Shades of Blush #C0506E

Tints of Blush #C0506E

Color information

#C0506E (or 0xC0506E) is unknown color: approx Blush. HEX triplet: C0, 50 and 6E. RGB value is (192,80,110). Sum of RGB (Red+Green+Blue) = 192+80+110=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0506E is #3FAF91. Grayscale: #747474. Windows color (decimal): -4173714 or 7229632. OLE color: 7229632.

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

Color convert

RGB19280110-
CMYK00.580.430.25
HSL343.93º47.06%53.33%-
HSV(B)343.93º58.33%75.29%-
XYZ27.4218.0716.79-
YUV116.91124.11181.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=50.26%
G=20.94%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928011000.580.430.25343.9347.0653.33
HexC0506E03A2B191582f35
Octal30012015607253315305765
Binary1100000010100001101110011101010101111001101011000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0506E; }

 p { color: rgb(192,80,110); }

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

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

 a { background-color: rgb(192,80,110); }

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

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

 span { border-color: rgb(192,80,110); }

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