#C7214F

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

Shades of Old Rose #C7214F

Tints of Old Rose #C7214F

Color information

#C7214F (or 0xC7214F) is unknown color: approx Old Rose. HEX triplet: C7, 21 and 4F. RGB value is (199,33,79). Sum of RGB (Red+Green+Blue) = 199+33+79=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7214F is #38DEB0. Grayscale: #575757. Windows color (decimal): -3727025 or 5185991. OLE color: 5185991.

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

Color convert

RGB1993379-
CMYK00.830.600.22
HSL343.37º71.55%45.49%-
HSV(B)343.37º83.42%78.04%-
XYZ25.5113.798.72-
YUV87.88123207.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=63.99%
G=10.61%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199337900.830.600.22343.3771.5545.49
HexC7214F0533C16157482d
Octal307411170123742652711055
Binary11000111100001100111101010011111100101101010101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7214F; }

 p { color: rgb(199,33,79); }

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

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

 a { background-color: rgb(199,33,79); }

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

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

 span { border-color: rgb(199,33,79); }

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