#C33960

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

Shades of Old Rose #C33960

Tints of Old Rose #C33960

Color information

#C33960 (or 0xC33960) is unknown color: approx Old Rose. HEX triplet: C3, 39 and 60. RGB value is (195,57,96). Sum of RGB (Red+Green+Blue) = 195+57+96=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C33960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33960 is #3CC69F. Grayscale: #666666. Windows color (decimal): -3983008 or 6306243. OLE color: 6306243.

HSL color Cylindrical-coordinate representation of color #C33960: hue angle of 343.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33960 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1955796-
CMYK00.710.510.24
HSL343.04º54.76%49.41%-
HSV(B)343.04º70.77%76.47%-
XYZ26.0815.3712.66-
YUV102.71124.22193.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=56.03%
G=16.38%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195579600.710.510.24343.0454.7649.41
HexC3396004733181573731
Octal30371140010763305276761
Binary1100001111100111000000100011111001111000101010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33960; }

 p { color: rgb(195,57,96); }

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

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

 a { background-color: rgb(195,57,96); }

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

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

 span { border-color: rgb(195,57,96); }

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