#C33761

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

Shades of Old Rose #C33761

Tints of Old Rose #C33761

Color information

#C33761 (or 0xC33761) is unknown color: approx Old Rose. HEX triplet: C3, 37 and 61. RGB value is (195,55,97). Sum of RGB (Red+Green+Blue) = 195+55+97=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33761 is #3CC89E. Grayscale: #656565. Windows color (decimal): -3983519 or 6371267. OLE color: 6371267.

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

Color convert

RGB1955597-
CMYK00.720.500.24
HSL342º56%49.02%-
HSV(B)342º71.79%76.47%-
XYZ26.0315.212.87-
YUV101.65125.38194.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=56.20%
G=15.85%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195559700.720.500.243425649.02
HexC3376104832181563831
Octal30367141011062305267061
Binary1100001111011111000010100100011001011000101010110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33761; }

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

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

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

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

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

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

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

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