#C33251

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

Shades of Old Rose #C33251

Tints of Old Rose #C33251

Color information

#C33251 (or 0xC33251) is unknown color: approx Old Rose. HEX triplet: C3, 32 and 51. RGB value is (195,50,81). Sum of RGB (Red+Green+Blue) = 195+50+81=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C33251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33251 is #3CCDAE. Grayscale: #606060. Windows color (decimal): -3984815 or 5321411. OLE color: 5321411.

HSL color Cylindrical-coordinate representation of color #C33251: hue angle of 347.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33251 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1955081-
CMYK00.740.580.24
HSL347.17º59.18%48.04%-
HSV(B)347.17º74.36%76.47%-
XYZ25.1314.489.25-
YUV96.89119.04197.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.82%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=59.82%
G=15.34%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195508100.740.580.24347.1759.1848.04
HexC3325104A3A1815b3b30
Octal30362121011272305337360
Binary1100001111001010100010100101011101011000101011011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33251; }

 p { color: rgb(195,50,81); }

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

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

 a { background-color: rgb(195,50,81); }

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

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

 span { border-color: rgb(195,50,81); }

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