#C03956

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

Shades of Old Rose #C03956

Tints of Old Rose #C03956

Color information

#C03956 (or 0xC03956) is unknown color: approx Old Rose. HEX triplet: C0, 39 and 56. RGB value is (192,57,86). Sum of RGB (Red+Green+Blue) = 192+57+86=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C03956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03956 is #3FC6A9. Grayscale: #646464. Windows color (decimal): -4179626 or 5650880. OLE color: 5650880.

HSL color Cylindrical-coordinate representation of color #C03956: hue angle of 347.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03956 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1925786-
CMYK00.700.550.25
HSL347.11º54.22%48.82%-
HSV(B)347.11º70.31%75.29%-
XYZ24.8814.810.35-
YUV100.67119.73193.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.31%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=57.31%
G=17.01%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192578600.700.550.25347.1154.2248.82
HexC03956046371915b3631
Octal30071126010667315336661
Binary1100000011100110101100100011011011111001101011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03956; }

 p { color: rgb(192,57,86); }

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

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

 a { background-color: rgb(192,57,86); }

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

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

 span { border-color: rgb(192,57,86); }

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