#C7335E

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

Shades of Old Rose #C7335E

Tints of Old Rose #C7335E

Color information

#C7335E (or 0xC7335E) is unknown color: approx Old Rose. HEX triplet: C7, 33 and 5E. RGB value is (199,51,94). Sum of RGB (Red+Green+Blue) = 199+51+94=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7335E is #38CCA1. Grayscale: #646464. Windows color (decimal): -3722402 or 6173639. OLE color: 6173639.

HSL color Cylindrical-coordinate representation of color #C7335E: hue angle of 342.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7335E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1995194-
CMYK00.740.530.22
HSL342.57º59.2%49.02%-
HSV(B)342.57º74.37%78.04%-
XYZ26.7615.3212.14-
YUV100.15124.53198.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.85%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=57.85%
G=14.83%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199519400.740.530.22342.5759.249.02
HexC7335E04A35161573b31
Octal30763136011265265277361
Binary1100011111001110111100100101011010110110101010111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7335E; }

 p { color: rgb(199,51,94); }

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

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

 a { background-color: rgb(199,51,94); }

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

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

 span { border-color: rgb(199,51,94); }

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