#C33363

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

Shades of Old Rose #C33363

Tints of Old Rose #C33363

Color information

#C33363 (or 0xC33363) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 63. RGB value is (195,51,99). Sum of RGB (Red+Green+Blue) = 195+51+99=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C33363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33363 is #3CCC9C. Grayscale: #636363. Windows color (decimal): -3984541 or 6501315. OLE color: 6501315.

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

Color convert

RGB1955199-
CMYK00.740.490.24
HSL340º58.54%48.24%-
HSV(B)340º73.85%76.47%-
XYZ25.9414.8713.31-
YUV99.53127.71196.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=56.52%
G=14.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195519900.740.490.2434058.5448.24
HexC3336304A31181543b30
Octal30363143011261305247360
Binary1100001111001111000110100101011000111000101010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33363; }

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

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

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

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

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

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

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

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