#C33753

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

Shades of Old Rose #C33753

Tints of Old Rose #C33753

Color information

#C33753 (or 0xC33753) is unknown color: approx Old Rose. HEX triplet: C3, 37 and 53. RGB value is (195,55,83). Sum of RGB (Red+Green+Blue) = 195+55+83=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33753 is #3CC8AC. Grayscale: #646464. Windows color (decimal): -3983533 or 5453763. OLE color: 5453763.

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

Color convert

RGB1955583-
CMYK00.720.570.24
HSL348º56%49.02%-
HSV(B)348º71.79%76.47%-
XYZ25.4314.969.73-
YUV100.05118.38195.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=58.56%
G=16.52%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195558300.720.570.243485649.02
HexC33753048391815c3831
Octal30367123011071305347061
Binary1100001111011110100110100100011100111000101011100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33753; }

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

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

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

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

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

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

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

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