#C6375E

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

Shades of Old Rose #C6375E

Tints of Old Rose #C6375E

Color information

#C6375E (or 0xC6375E) is unknown color: approx Old Rose. HEX triplet: C6, 37 and 5E. RGB value is (198,55,94). Sum of RGB (Red+Green+Blue) = 198+55+94=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6375E is #39C8A1. Grayscale: #666666. Windows color (decimal): -3786914 or 6174662. OLE color: 6174662.

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

Color convert

RGB1985594-
CMYK00.720.530.22
HSL343.64º56.52%49.61%-
HSV(B)343.64º72.22%77.65%-
XYZ26.6815.5512.18-
YUV102.2123.38196.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=57.06%
G=15.85%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198559400.720.530.22343.6456.5249.61
HexC6375E04835161583932
Octal30667136011065265307162
Binary1100011011011110111100100100011010110110101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6375E; }

 p { color: rgb(198,55,94); }

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

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

 a { background-color: rgb(198,55,94); }

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

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

 span { border-color: rgb(198,55,94); }

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