#C04053

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

Shades of Old Rose #C04053

Tints of Old Rose #C04053

Color information

#C04053 (or 0xC04053) is unknown color: approx Old Rose. HEX triplet: C0, 40 and 53. RGB value is (192,64,83). Sum of RGB (Red+Green+Blue) = 192+64+83=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C04053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04053 is #3FBFAC. Grayscale: #686868. Windows color (decimal): -4177837 or 5456064. OLE color: 5456064.

HSL color Cylindrical-coordinate representation of color #C04053: hue angle of 351.09º 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 #C04053 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1926483-
CMYK00.670.570.25
HSL351.09º50.39%50.2%-
HSV(B)351.09º66.67%75.29%-
XYZ25.1315.59.85-
YUV104.44115.91190.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=56.64%
G=18.88%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192648300.670.570.25351.0950.3950.2
HexC04053043391915f3232
Octal300100123010371315376262
Binary11000000100000010100110100001111100111001101011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04053; }

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

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

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

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

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

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

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

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