#C7065A

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

Shades of Ruby #C7065A

Tints of Ruby #C7065A

Color information

#C7065A (or 0xC7065A) is unknown color: approx Ruby. HEX triplet: C7, 06 and 5A. RGB value is (199,6,90). Sum of RGB (Red+Green+Blue) = 199+6+90=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7065A is #38F9A5. Grayscale: #494949. Windows color (decimal): -3733926 or 5899975. OLE color: 5899975.

HSL color Cylindrical-coordinate representation of color #C7065A: hue angle of 333.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7065A is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB199690-
CMYK00.970.550.22
HSL333.89º94.15%40.2%-
HSV(B)333.89º96.98%78.04%-
XYZ25.4613.0110.84-
YUV73.28137.44217.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.46%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=67.46%
G=2.03%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19969000.970.550.22333.8994.1540.2
HexC765A061371614e5e28
Octal30761320141672651613650
Binary11000111110101101001100001110111101101010011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7065A; }

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

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

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

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

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

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

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

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