#C32154

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

Shades of Old Rose #C32154

Tints of Old Rose #C32154

Color information

#C32154 (or 0xC32154) is unknown color: approx Old Rose. HEX triplet: C3, 21 and 54. RGB value is (195,33,84). Sum of RGB (Red+Green+Blue) = 195+33+84=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C32154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32154 is #3CDEAB. Grayscale: #575757. Windows color (decimal): -3989164 or 5513667. OLE color: 5513667.

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

Color convert

RGB1953384-
CMYK00.830.570.24
HSL341.11º71.05%44.71%-
HSV(B)341.11º83.08%76.47%-
XYZ24.6513.339.66-
YUV87.25126.17204.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.5%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 84 (33.20% from 255) = 26.92%
R=62.5%
G=10.58%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195338400.830.570.24341.1171.0544.71
HexC321540533918155472d
Octal303411240123713052510755
Binary11000011100001101010001010011111001110001010101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32154; }

 p { color: rgb(195,33,84); }

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

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

 a { background-color: rgb(195,33,84); }

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

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

 span { border-color: rgb(195,33,84); }

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