#C33359

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

Shades of Old Rose #C33359

Tints of Old Rose #C33359

Color information

#C33359 (or 0xC33359) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 59. RGB value is (195,51,89). Sum of RGB (Red+Green+Blue) = 195+51+89=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33359 is #3CCCA6. Grayscale: #626262. Windows color (decimal): -3984551 or 5845955. OLE color: 5845955.

HSL color Cylindrical-coordinate representation of color #C33359: hue angle of 344.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33359 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1955189-
CMYK00.740.540.24
HSL344.17º58.54%48.24%-
HSV(B)344.17º73.85%76.47%-
XYZ25.4914.6910.94-
YUV98.39122.71196.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.21%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=58.21%
G=15.22%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195518900.740.540.24344.1758.5448.24
HexC3335904A36181583b30
Octal30363131011266305307360
Binary1100001111001110110010100101011011011000101011000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33359; }

 p { color: rgb(195,51,89); }

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

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

 a { background-color: rgb(195,51,89); }

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

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

 span { border-color: rgb(195,51,89); }

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