#C6375C

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

Shades of Old Rose #C6375C

Tints of Old Rose #C6375C

Color information

#C6375C (or 0xC6375C) is unknown color: approx Old Rose. HEX triplet: C6, 37 and 5C. RGB value is (198,55,92). Sum of RGB (Red+Green+Blue) = 198+55+92=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6375C is #39C8A3. Grayscale: #656565. Windows color (decimal): -3786916 or 6043590. OLE color: 6043590.

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

Color convert

RGB1985592-
CMYK00.720.540.22
HSL344.48º56.52%49.61%-
HSV(B)344.48º72.22%77.65%-
XYZ26.5915.5111.72-
YUV101.98122.38196.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.39%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=57.39%
G=15.94%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198559200.720.540.22344.4856.5249.61
HexC6375C04836161583932
Octal30667134011066265307162
Binary1100011011011110111000100100011011010110101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6375C; }

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

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

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

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

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

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

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

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