Html Css Color HEX #C7085E Ruby

📋 copy color: '#C7085E'

red 199 ◦ green 8 ◦ blue 94

#C7085E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C7085E

Tints of Ruby #C7085E

RGB

 RED value IS 199 (78.13% from 255) = 66.11%

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 66.11%
G = 2.66%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7085E (or 0xC7085E) is known color: Ruby. HEX triplet: C7, 08 and 5E. RGB value is (199,8,94). Sum of RGB (Red+Green+Blue) = 199+8+94=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7085E is #38F7A1. Grayscale: #4A4A4A. Windows color (decimal): -3733410 or 6162631. OLE color: 6162631.

HSL color Cylindrical-coordinate representation of color #C7085E: hue angle of 332.98º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7085E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 94 -
CMYK 0 0.96 0.53 0.22
HSL 332.98º 0.92% 0.41% -
HSV(B) 332.98º 0.96% 0.78% -
XYZ 25.66 13.12 11.77 -
YUV 74.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 199 8 94 0 0.96 0.53 0.22 332.98 0.92 0.41
Hex C7 8 5E 0 60 35 16 14D 5C 29
Octal 307 10 136 0 140 65 26 515 134 51
Binary 11000111 1000 1011110 0 1100000 110101 10110 101001101 1011100 101001

Color Harmonies of #C7085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7085E

Black with #C7085E

Text Example


Text Example

White with #C7085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7085E; }

 p { color: rgb(199,8,94); }

 H1.HeaderClassName
 {
   color: #C7085E;
 }
 .AnyTagClassName
 {
   color: #C7085E;
 }
</style>

background-color css

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

 a { background-color: rgb(199,8,94); }

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

border-color css

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

 span { border-color: rgb(199,8,94); }

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