#C7225B

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

Shades of Old Rose #C7225B

Tints of Old Rose #C7225B

Color information

#C7225B (or 0xC7225B) is unknown color: approx Old Rose. HEX triplet: C7, 22 and 5B. RGB value is (199,34,91). Sum of RGB (Red+Green+Blue) = 199+34+91=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7225B is #38DDA4. Grayscale: #595959. Windows color (decimal): -3726757 or 5972679. OLE color: 5972679.

HSL color Cylindrical-coordinate representation of color #C7225B: hue angle of 339.27º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7225B is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1993491-
CMYK00.830.540.22
HSL339.27º70.82%45.69%-
HSV(B)339.27º82.91%78.04%-
XYZ26.0114.0411.24-
YUV89.83128.66205.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.42%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=61.42%
G=10.49%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199349100.830.540.22339.2770.8245.69
HexC7225B0533616153472e
Octal307421330123662652310756
Binary11000111100010101101101010011110110101101010100111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7225B; }

 p { color: rgb(199,34,91); }

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

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

 a { background-color: rgb(199,34,91); }

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

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

 span { border-color: rgb(199,34,91); }

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