#C7395A

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

Shades of Old Rose #C7395A

Tints of Old Rose #C7395A

Color information

#C7395A (or 0xC7395A) is unknown color: approx Old Rose. HEX triplet: C7, 39 and 5A. RGB value is (199,57,90). Sum of RGB (Red+Green+Blue) = 199+57+90=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7395A is #38C6A5. Grayscale: #676767. Windows color (decimal): -3720870 or 5913031. OLE color: 5913031.

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

Color convert

RGB1995790-
CMYK00.710.550.22
HSL346.06º55.91%50.2%-
HSV(B)346.06º71.36%78.04%-
XYZ26.8615.8111.31-
YUV103.22120.54196.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.51%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=57.51%
G=16.47%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199579000.710.550.22346.0655.9150.2
HexC7395A047371615a3832
Octal30771132010767265327062
Binary1100011111100110110100100011111011110110101011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7395A; }

 p { color: rgb(199,57,90); }

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

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

 a { background-color: rgb(199,57,90); }

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

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

 span { border-color: rgb(199,57,90); }

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