#C33355

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

Shades of Old Rose #C33355

Tints of Old Rose #C33355

Color information

#C33355 (or 0xC33355) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 55. RGB value is (195,51,85). Sum of RGB (Red+Green+Blue) = 195+51+85=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33355 is #3CCCAA. Grayscale: #616161. Windows color (decimal): -3984555 or 5583811. OLE color: 5583811.

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

Color convert

RGB1955185-
CMYK00.740.560.24
HSL345.83º58.54%48.24%-
HSV(B)345.83º73.85%76.47%-
XYZ25.3314.6310.08-
YUV97.93120.71197.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=58.91%
G=15.41%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195518500.740.560.24345.8358.5448.24
HexC3335504A381815a3b30
Octal30363125011270305327360
Binary1100001111001110101010100101011100011000101011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33355; }

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

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

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

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

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

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

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

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