#C33362

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

Shades of Old Rose #C33362

Tints of Old Rose #C33362

Color information

#C33362 (or 0xC33362) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 62. RGB value is (195,51,98). Sum of RGB (Red+Green+Blue) = 195+51+98=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C33362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33362 is #3CCC9D. Grayscale: #636363. Windows color (decimal): -3984542 or 6435779. OLE color: 6435779.

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

Color convert

RGB1955198-
CMYK00.740.500.24
HSL340.42º58.54%48.24%-
HSV(B)340.42º73.85%76.47%-
XYZ25.8914.8513.06-
YUV99.41127.21196.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=56.69%
G=14.83%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195519800.740.500.24340.4258.5448.24
HexC3336204A32181543b30
Octal30363142011262305247360
Binary1100001111001111000100100101011001011000101010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33362; }

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

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

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

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

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

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

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

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