Html Css Color HEX #C7085D Ruby

📋 copy color: '#C7085D'

red 199 ◦ green 8 ◦ blue 93

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

Shades of Ruby #C7085D

Tints of Ruby #C7085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 66.33%
G = 2.67%
B = 31%

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

#C7085D (or 0xC7085D) is known color: Ruby. HEX triplet: C7, 08 and 5D. RGB value is (199,8,93). Sum of RGB (Red+Green+Blue) = 199+8+93=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7085D is #38F7A2. Grayscale: #4A4A4A. Windows color (decimal): -3733411 or 6097095. OLE color: 6097095.

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

Color convert

RGB 199 8 93 -
CMYK 0 0.96 0.53 0.22
HSL 333.3º 0.92% 0.41% -
HSV(B) 333.3º 0.96% 0.78% -
XYZ 25.62 13.11 11.54 -
YUV 74.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 199 8 93 0 0.96 0.53 0.22 333.3 0.92 0.41
Hex C7 8 5D 0 60 35 16 14D 5C 29
Octal 307 10 135 0 140 65 26 515 134 51
Binary 11000111 1000 1011101 0 1100000 110101 10110 101001101 1011100 101001

Color Harmonies of #C7085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7085D

Black with #C7085D

Text Example


Text Example

White with #C7085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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