#C32361

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

Shades of Old Rose #C32361

Tints of Old Rose #C32361

Color information

#C32361 (or 0xC32361) is unknown color: approx Old Rose. HEX triplet: C3, 23 and 61. RGB value is (195,35,97). Sum of RGB (Red+Green+Blue) = 195+35+97=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C32361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32361 is #3CDC9E. Grayscale: #595959. Windows color (decimal): -3988639 or 6366147. OLE color: 6366147.

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

Color convert

RGB1953597-
CMYK00.820.500.24
HSL336.75º69.57%45.1%-
HSV(B)336.75º82.05%76.47%-
XYZ25.2613.6712.62-
YUV89.91132.01202.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.63%
GREEN value IS 35 (14.06% from 255) = 10.70%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=59.63%
G=10.70%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195359700.820.500.24336.7569.5745.1
HexC323610523218151462d
Octal303431410122623052110655
Binary11000011100011110000101010010110010110001010100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32361; }

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

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

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

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

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

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

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

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