#C33A4D

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

Shades of Old Rose #C33A4D

Tints of Old Rose #C33A4D

Color information

#C33A4D (or 0xC33A4D) is unknown color: approx Old Rose. HEX triplet: C3, 3A and 4D. RGB value is (195,58,77). Sum of RGB (Red+Green+Blue) = 195+58+77=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A4D is #3CC5B2. Grayscale: #656565. Windows color (decimal): -3982771 or 5061315. OLE color: 5061315.

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

Color convert

RGB1955877-
CMYK00.700.610.24
HSL351.68º54.15%49.61%-
HSV(B)351.68º70.26%76.47%-
XYZ25.3615.168.61-
YUV101.13114.39194.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=59.09%
G=17.58%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195587700.700.610.24351.6854.1549.61
HexC33A4D0463D181603632
Octal30372115010675305406662
Binary1100001111101010011010100011011110111000101100000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A4D; }

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

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

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

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

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

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

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

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