#C33A56

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

Shades of Old Rose #C33A56

Tints of Old Rose #C33A56

Color information

#C33A56 (or 0xC33A56) is unknown color: approx Old Rose. HEX triplet: C3, 3A and 56. RGB value is (195,58,86). Sum of RGB (Red+Green+Blue) = 195+58+86=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A56 is #3CC5A9. Grayscale: #666666. Windows color (decimal): -3982762 or 5651139. OLE color: 5651139.

HSL color Cylindrical-coordinate representation of color #C33A56: hue angle of 347.74º 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 #C33A56 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1955886-
CMYK00.700.560.24
HSL347.74º54.15%49.61%-
HSV(B)347.74º70.26%76.47%-
XYZ25.715.310.4-
YUV102.16118.89194.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=57.52%
G=17.11%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195588600.700.560.24347.7454.1549.61
HexC33A56046381815c3632
Octal30372126010670305346662
Binary1100001111101010101100100011011100011000101011100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A56; }

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

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

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

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

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

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

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

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