#C61651

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

Shades of Old Rose #C61651

Tints of Old Rose #C61651

Color information

#C61651 (or 0xC61651) is unknown color: approx Old Rose. HEX triplet: C6, 16 and 51. RGB value is (198,22,81). Sum of RGB (Red+Green+Blue) = 198+22+81=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C61651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61651 is #39E9AE. Grayscale: #515151. Windows color (decimal): -3795375 or 5314246. OLE color: 5314246.

HSL color Cylindrical-coordinate representation of color #C61651: hue angle of 339.89º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61651 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1982281-
CMYK00.890.590.22
HSL339.89º80%43.14%-
HSV(B)339.89º88.89%77.65%-
XYZ25.0613.179.01-
YUV81.35127.81211.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.78%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=65.78%
G=7.31%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198228100.890.590.22339.898043.14
HexC616510593B16154502b
Octal306261210131732652412053
Binary1100011010110101000101011001111011101101010101001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61651; }

 p { color: rgb(198,22,81); }

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

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

 a { background-color: rgb(198,22,81); }

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

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

 span { border-color: rgb(198,22,81); }

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