#C33A4E

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

Shades of Old Rose #C33A4E

Tints of Old Rose #C33A4E

Color information

#C33A4E (or 0xC33A4E) is unknown color: approx Old Rose. HEX triplet: C3, 3A and 4E. RGB value is (195,58,78). Sum of RGB (Red+Green+Blue) = 195+58+78=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A4E is #3CC5B1. Grayscale: #656565. Windows color (decimal): -3982770 or 5126851. OLE color: 5126851.

HSL color Cylindrical-coordinate representation of color #C33A4E: hue angle of 351.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A4E is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1955878-
CMYK00.700.60.24
HSL351.24º54.15%49.61%-
HSV(B)351.24º70.26%76.47%-
XYZ25.3915.188.8-
YUV101.24114.89194.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=58.91%
G=17.52%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195587800.700.60.24351.2454.1549.61
HexC33A4E0463C1815f3632
Octal30372116010674305376662
Binary1100001111101010011100100011011110011000101011111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A4E; }

 p { color: rgb(195,58,78); }

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

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

 a { background-color: rgb(195,58,78); }

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

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

 span { border-color: rgb(195,58,78); }

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