#C6375D

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

Shades of Old Rose #C6375D

Tints of Old Rose #C6375D

Color information

#C6375D (or 0xC6375D) is unknown color: approx Old Rose. HEX triplet: C6, 37 and 5D. RGB value is (198,55,93). Sum of RGB (Red+Green+Blue) = 198+55+93=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6375D is #39C8A2. Grayscale: #666666. Windows color (decimal): -3786915 or 6109126. OLE color: 6109126.

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

Color convert

RGB1985593-
CMYK00.720.530.22
HSL344.06º56.52%49.61%-
HSV(B)344.06º72.22%77.65%-
XYZ26.6315.5311.95-
YUV102.09122.88196.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.23%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=57.23%
G=15.90%
B=26.88%

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
Decimal198559300.720.530.22344.0656.5249.61
HexC6375D04835161583932
Octal30667135011065265307162
Binary1100011011011110111010100100011010110110101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6375D; }

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

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

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

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

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

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

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

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