#C33A5E

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

Shades of Old Rose #C33A5E

Tints of Old Rose #C33A5E

Color information

#C33A5E (or 0xC33A5E) is unknown color: approx Old Rose. HEX triplet: C3, 3A and 5E. RGB value is (195,58,94). Sum of RGB (Red+Green+Blue) = 195+58+94=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A5E is #3CC5A1. Grayscale: #676767. Windows color (decimal): -3982754 or 6175427. OLE color: 6175427.

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

Color convert

RGB1955894-
CMYK00.700.520.24
HSL344.23º54.15%49.61%-
HSV(B)344.23º70.26%76.47%-
XYZ26.0415.4412.2-
YUV103.07122.89193.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=56.20%
G=16.71%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195589400.700.520.24344.2354.1549.61
HexC33A5E04634181583632
Octal30372136010664305306662
Binary1100001111101010111100100011011010011000101011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A5E; }

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

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

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

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

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

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

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

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