#C7065C

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

Shades of Ruby #C7065C

Tints of Ruby #C7065C

Color information

#C7065C (or 0xC7065C) is unknown color: approx Ruby. HEX triplet: C7, 06 and 5C. RGB value is (199,6,92). Sum of RGB (Red+Green+Blue) = 199+6+92=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7065C is #38F9A3. Grayscale: #494949. Windows color (decimal): -3733924 or 6031047. OLE color: 6031047.

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

Color convert

RGB199692-
CMYK00.970.540.22
HSL333.26º94.15%40.2%-
HSV(B)333.26º96.98%78.04%-
XYZ25.5513.0511.3-
YUV73.51138.44217.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.00%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=67.00%
G=2.02%
B=30.98%

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
Decimal19969200.970.540.22333.2694.1540.2
HexC765C061361614d5e28
Octal30761340141662651513650
Binary11000111110101110001100001110110101101010011011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7065C; }

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

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

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

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

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

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

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

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