#C2195A

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

Shades of Old Rose #C2195A

Tints of Old Rose #C2195A

Color information

#C2195A (or 0xC2195A) is unknown color: approx Old Rose. HEX triplet: C2, 19 and 5A. RGB value is (194,25,90). Sum of RGB (Red+Green+Blue) = 194+25+90=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2195A is #3DE6A5. Grayscale: #525252. Windows color (decimal): -4056742 or 5904834. OLE color: 5904834.

HSL color Cylindrical-coordinate representation of color #C2195A: hue angle of 336.92º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2195A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1942590-
CMYK00.870.540.24
HSL336.92º77.17%42.94%-
HSV(B)336.92º87.11%76.08%-
XYZ24.4412.910.88-
YUV82.94131.99207.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 25 (10.16% from 255) = 8.09%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=62.78%
G=8.09%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194259000.870.540.24336.9277.1742.94
HexC2195A05736181514d2b
Octal302311320127663052111553
Binary1100001011001101101001010111110110110001010100011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2195A; }

 p { color: rgb(194,25,90); }

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

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

 a { background-color: rgb(194,25,90); }

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

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

 span { border-color: rgb(194,25,90); }

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