#C32661

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

Shades of Old Rose #C32661

Tints of Old Rose #C32661

Color information

#C32661 (or 0xC32661) is unknown color: approx Old Rose. HEX triplet: C3, 26 and 61. RGB value is (195,38,97). Sum of RGB (Red+Green+Blue) = 195+38+97=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32661 is #3CD99E. Grayscale: #5B5B5B. Windows color (decimal): -3987871 or 6366915. OLE color: 6366915.

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

Color convert

RGB1953897-
CMYK00.810.500.24
HSL337.45º67.38%45.69%-
HSV(B)337.45º80.51%76.47%-
XYZ25.3613.8512.65-
YUV91.67131.01201.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 38 (15.23% from 255) = 11.52%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=59.09%
G=11.52%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195389700.810.500.24337.4567.3845.69
HexC326610513218151432e
Octal303461410121623052110356
Binary11000011100110110000101010001110010110001010100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32661; }

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

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

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

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

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

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

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

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