#C0295F

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

Shades of Old Rose #C0295F

Tints of Old Rose #C0295F

Color information

#C0295F (or 0xC0295F) is unknown color: approx Old Rose. HEX triplet: C0, 29 and 5F. RGB value is (192,41,95). Sum of RGB (Red+Green+Blue) = 192+41+95=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C0295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0295F is #3FD6A0. Grayscale: #5C5C5C. Windows color (decimal): -4183713 or 6236608. OLE color: 6236608.

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

Color convert

RGB1924195-
CMYK00.790.510.25
HSL338.54º64.81%45.69%-
HSV(B)338.54º78.65%75.29%-
XYZ24.613.6212.16-
YUV92.3129.53199.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=58.54%
G=12.5%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192419500.790.510.25338.5464.8145.69
HexC0295F04F3319153412e
Octal300511370117633152310156
Binary11000000101001101111101001111110011110011010100111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0295F; }

 p { color: rgb(192,41,95); }

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

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

 a { background-color: rgb(192,41,95); }

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

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

 span { border-color: rgb(192,41,95); }

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