#C33A53

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

Shades of Old Rose #C33A53

Tints of Old Rose #C33A53

Color information

#C33A53 (or 0xC33A53) is unknown color: approx Old Rose. HEX triplet: C3, 3A and 53. RGB value is (195,58,83). Sum of RGB (Red+Green+Blue) = 195+58+83=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A53 is #3CC5AC. Grayscale: #656565. Windows color (decimal): -3982765 or 5454531. OLE color: 5454531.

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

Color convert

RGB1955883-
CMYK00.700.570.24
HSL349.05º54.15%49.61%-
HSV(B)349.05º70.26%76.47%-
XYZ25.5815.259.78-
YUV101.81117.39194.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.04%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=58.04%
G=17.26%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195588300.700.570.24349.0554.1549.61
HexC33A53046391815d3632
Octal30372123010671305356662
Binary1100001111101010100110100011011100111000101011101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A53; }

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

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

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

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

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

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

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

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