#c33357

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

Shades of Old Rose #C33357

Tints of Old Rose #C33357

Color information

#C33357 (or 0xC33357) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 57. RGB value is (195,51,87). Sum of RGB (Red+Green+Blue) = 195+51+87=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33357 is #3CCCA8. Grayscale: #626262. Windows color (decimal): -3984553 or 5714883. OLE color: 5714883.

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

Color convert

RGB1955187-
CMYK00.740.550.24
HSL345º58.54%48.24%-
HSV(B)345º73.85%76.47%-
XYZ25.4114.6610.51-
YUV98.16121.71197.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=58.56%
G=15.32%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195518700.740.550.2434558.5448.24
HexC3335704A37181593b30
Octal30363127011267305317360
Binary1100001111001110101110100101011011111000101011001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33357; }

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

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

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

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

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

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

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

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