#C32052

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

Shades of Old Rose #C32052

Tints of Old Rose #C32052

Color information

#C32052 (or 0xC32052) is unknown color: approx Old Rose. HEX triplet: C3, 20 and 52. RGB value is (195,32,82). Sum of RGB (Red+Green+Blue) = 195+32+82=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C32052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32052 is #3CDFAD. Grayscale: #565656. Windows color (decimal): -3989422 or 5382339. OLE color: 5382339.

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

Color convert

RGB1953282-
CMYK00.840.580.24
HSL341.6º71.81%44.51%-
HSV(B)341.6º83.59%76.47%-
XYZ24.5513.249.25-
YUV86.44125.5205.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.11%
GREEN value IS 32 (12.89% from 255) = 10.36%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=63.11%
G=10.36%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195328200.840.580.24341.671.8144.51
HexC320520543A18156482d
Octal303401220124723052611055
Binary11000011100000101001001010100111010110001010101101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32052; }

 p { color: rgb(195,32,82); }

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

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

 a { background-color: rgb(195,32,82); }

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

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

 span { border-color: rgb(195,32,82); }

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