#C33752

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

Shades of Old Rose #C33752

Tints of Old Rose #C33752

Color information

#C33752 (or 0xC33752) is unknown color: approx Old Rose. HEX triplet: C3, 37 and 52. RGB value is (195,55,82). Sum of RGB (Red+Green+Blue) = 195+55+82=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33752 is #3CC8AD. Grayscale: #636363. Windows color (decimal): -3983534 or 5388227. OLE color: 5388227.

HSL color Cylindrical-coordinate representation of color #C33752: hue angle of 348.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33752 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1955582-
CMYK00.720.580.24
HSL348.43º56%49.02%-
HSV(B)348.43º71.79%76.47%-
XYZ25.3914.949.53-
YUV99.94117.88195.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.73%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=58.73%
G=16.57%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195558200.720.580.24348.435649.02
HexC337520483A1815c3831
Octal30367122011072305347061
Binary1100001111011110100100100100011101011000101011100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33752; }

 p { color: rgb(195,55,82); }

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

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

 a { background-color: rgb(195,55,82); }

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

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

 span { border-color: rgb(195,55,82); }

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