#C7165A

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

Shades of Ruby #C7165A

Tints of Ruby #C7165A

Color information

#C7165A (or 0xC7165A) is unknown color: approx Ruby. HEX triplet: C7, 16 and 5A. RGB value is (199,22,90). Sum of RGB (Red+Green+Blue) = 199+22+90=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7165A is #38E9A5. Grayscale: #525252. Windows color (decimal): -3729830 or 5904071. OLE color: 5904071.

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

Color convert

RGB1992290-
CMYK00.890.550.22
HSL336.95º80.09%43.33%-
HSV(B)336.95º88.94%78.04%-
XYZ25.6913.4510.92-
YUV82.68132.14210.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=63.99%
G=7.07%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199229000.890.550.22336.9580.0943.33
HexC7165A0593716151502b
Octal307261320131672652112053
Binary1100011110110101101001011001110111101101010100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7165A; }

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

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

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

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

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

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

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

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