#C2185A

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

Shades of Old Rose #C2185A

Tints of Old Rose #C2185A

Color information

#C2185A (or 0xC2185A) is unknown color: approx Old Rose. HEX triplet: C2, 18 and 5A. RGB value is (194,24,90). Sum of RGB (Red+Green+Blue) = 194+24+90=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2185A is #3DE7A5. Grayscale: #525252. Windows color (decimal): -4056998 or 5904578. OLE color: 5904578.

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

Color convert

RGB1942490-
CMYK00.880.540.24
HSL336.71º77.98%42.75%-
HSV(B)336.71º87.63%76.08%-
XYZ24.4212.8610.87-
YUV82.35132.32207.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.99%
GREEN value IS 24 (9.77% from 255) = 7.79%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=62.99%
G=7.79%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194249000.880.540.24336.7177.9842.75
HexC2185A05836181514e2b
Octal302301320130663052111653
Binary1100001011000101101001011000110110110001010100011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2185A; }

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

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

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

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

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

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

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

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