#C32660

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

Shades of Old Rose #C32660

Tints of Old Rose #C32660

Color information

#C32660 (or 0xC32660) is unknown color: approx Old Rose. HEX triplet: C3, 26 and 60. RGB value is (195,38,96). Sum of RGB (Red+Green+Blue) = 195+38+96=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C32660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32660 is #3CD99F. Grayscale: #5B5B5B. Windows color (decimal): -3987872 or 6301379. OLE color: 6301379.

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

Color convert

RGB1953896-
CMYK00.810.510.24
HSL337.83º67.38%45.69%-
HSV(B)337.83º80.51%76.47%-
XYZ25.3113.8312.4-
YUV91.56130.51201.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=59.27%
G=11.55%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195389600.810.510.24337.8367.3845.69
HexC326600513318152432e
Octal303461400121633052210356
Binary11000011100110110000001010001110011110001010100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32660; }

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

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

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

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

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

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

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

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