#C33A62

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

Shades of Old Rose #C33A62

Tints of Old Rose #C33A62

Color information

#C33A62 (or 0xC33A62) is unknown color: approx Old Rose. HEX triplet: C3, 3A and 62. RGB value is (195,58,98). Sum of RGB (Red+Green+Blue) = 195+58+98=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A62 is #3CC59D. Grayscale: #676767. Windows color (decimal): -3982750 or 6437571. OLE color: 6437571.

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

Color convert

RGB1955898-
CMYK00.700.500.24
HSL342.48º54.15%49.61%-
HSV(B)342.48º70.26%76.47%-
XYZ26.2215.5113.17-
YUV103.52124.89193.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.56%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=55.56%
G=16.52%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195589800.700.500.24342.4854.1549.61
HexC33A6204632181563632
Octal30372142010662305266662
Binary1100001111101011000100100011011001011000101010110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A62; }

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

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

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

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

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

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

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

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