#C33356

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

Shades of Old Rose #C33356

Tints of Old Rose #C33356

Color information

#C33356 (or 0xC33356) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 56. RGB value is (195,51,86). Sum of RGB (Red+Green+Blue) = 195+51+86=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33356 is #3CCCA9. Grayscale: #626262. Windows color (decimal): -3984554 or 5649347. OLE color: 5649347.

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

Color convert

RGB1955186-
CMYK00.740.560.24
HSL345.42º58.54%48.24%-
HSV(B)345.42º73.85%76.47%-
XYZ25.3714.6410.29-
YUV98.05121.21197.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.73%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=58.73%
G=15.36%
B=25.90%

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
Decimal195518600.740.560.24345.4258.5448.24
HexC3335604A38181593b30
Octal30363126011270305317360
Binary1100001111001110101100100101011100011000101011001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33356; }

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

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

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

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

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

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

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

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