#C33961

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

Shades of Old Rose #C33961

Tints of Old Rose #C33961

Color information

#C33961 (or 0xC33961) is unknown color: approx Old Rose. HEX triplet: C3, 39 and 61. RGB value is (195,57,97). Sum of RGB (Red+Green+Blue) = 195+57+97=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C33961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33961 is #3CC69E. Grayscale: #666666. Windows color (decimal): -3983007 or 6371779. OLE color: 6371779.

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

Color convert

RGB1955797-
CMYK00.710.500.24
HSL342.61º54.76%49.41%-
HSV(B)342.61º70.77%76.47%-
XYZ26.1315.3912.9-
YUV102.82124.72193.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.87%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=55.87%
G=16.33%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195579700.710.500.24342.6154.7649.41
HexC3396104732181573731
Octal30371141010762305276761
Binary1100001111100111000010100011111001011000101010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33961; }

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

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

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

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

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

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

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

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