#C32662

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

Shades of Old Rose #C32662

Tints of Old Rose #C32662

Color information

#C32662 (or 0xC32662) is unknown color: approx Old Rose. HEX triplet: C3, 26 and 62. RGB value is (195,38,98). Sum of RGB (Red+Green+Blue) = 195+38+98=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32662 is #3CD99D. Grayscale: #5B5B5B. Windows color (decimal): -3987870 or 6432451. OLE color: 6432451.

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

Color convert

RGB1953898-
CMYK00.810.500.24
HSL337.07º67.38%45.69%-
HSV(B)337.07º80.51%76.47%-
XYZ25.413.8712.89-
YUV91.78131.51201.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 38 (15.23% from 255) = 11.48%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=58.91%
G=11.48%
B=29.61%

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
Decimal195389800.810.500.24337.0767.3845.69
HexC326620513218151432e
Octal303461420121623052110356
Binary11000011100110110001001010001110010110001010100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32662; }

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

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

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

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

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

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

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

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