#C7345C

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

Shades of Old Rose #C7345C

Tints of Old Rose #C7345C

Color information

#C7345C (or 0xC7345C) is unknown color: approx Old Rose. HEX triplet: C7, 34 and 5C. RGB value is (199,52,92). Sum of RGB (Red+Green+Blue) = 199+52+92=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7345C is #38CBA3. Grayscale: #646464. Windows color (decimal): -3722148 or 6042823. OLE color: 6042823.

HSL color Cylindrical-coordinate representation of color #C7345C: hue angle of 343.67º 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 #C7345C is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1995292-
CMYK00.740.540.22
HSL343.67º58.57%49.22%-
HSV(B)343.67º73.87%78.04%-
XYZ26.7115.3711.68-
YUV100.51123.2198.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.02%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=58.02%
G=15.16%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199529200.740.540.22343.6758.5749.22
HexC7345C04A36161583b31
Octal30764134011266265307361
Binary1100011111010010111000100101011011010110101011000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7345C; }

 p { color: rgb(199,52,92); }

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

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

 a { background-color: rgb(199,52,92); }

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

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

 span { border-color: rgb(199,52,92); }

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