#C7065B

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

Shades of Ruby #C7065B

Tints of Ruby #C7065B

Color information

#C7065B (or 0xC7065B) is unknown color: approx Ruby. HEX triplet: C7, 06 and 5B. RGB value is (199,6,91). Sum of RGB (Red+Green+Blue) = 199+6+91=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7065B is #38F9A4. Grayscale: #494949. Windows color (decimal): -3733925 or 5965511. OLE color: 5965511.

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

Color convert

RGB199691-
CMYK00.970.540.22
HSL333.58º94.15%40.2%-
HSV(B)333.58º96.98%78.04%-
XYZ25.5113.0311.07-
YUV73.4137.94217.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.23%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=67.23%
G=2.03%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19969100.970.540.22333.5894.1540.2
HexC765B061361614e5e28
Octal30761330141662651613650
Binary11000111110101101101100001110110101101010011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7065B; }

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

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

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

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

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

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

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

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