Html Css Color HEX #C70866 Ruby

📋 copy color: '#C70866'

red 199 ◦ green 8 ◦ blue 102

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

Shades of Ruby #C70866

Tints of Ruby #C70866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 64.4%
G = 2.59%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C70866 (or 0xC70866) is known color: Ruby. HEX triplet: C7, 08 and 66. RGB value is (199,8,102). Sum of RGB (Red+Green+Blue) = 199+8+102=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C70866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70866 is #38F799. Grayscale: #4B4B4B. Windows color (decimal): -3733402 or 6686919. OLE color: 6686919.

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

Color convert

RGB 199 8 102 -
CMYK 0 0.96 0.49 0.22
HSL 330.47º 0.92% 0.41% -
HSV(B) 330.47º 0.96% 0.78% -
XYZ 26.04 13.28 13.76 -
YUV 75.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 199 8 102 0 0.96 0.49 0.22 330.47 0.92 0.41
Hex C7 8 66 0 60 31 16 14A 5C 29
Octal 307 10 146 0 140 61 26 512 134 51
Binary 11000111 1000 1100110 0 1100000 110001 10110 101001010 1011100 101001

Color Harmonies of #C70866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70866

Black with #C70866

Text Example


Text Example

White with #C70866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70866; }

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

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

background-color css

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

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

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

border-color css

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

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

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