Html Css Color HEX #C70868 Ruby

📋 copy color: '#C70868'

red 199 ◦ green 8 ◦ blue 104

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

Shades of Ruby #C70868

Tints of Ruby #C70868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 63.99%
G = 2.57%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70868 (or 0xC70868) is known color: Ruby. HEX triplet: C7, 08 and 68. RGB value is (199,8,104). Sum of RGB (Red+Green+Blue) = 199+8+104=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C70868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70868 is #38F797. Grayscale: #4B4B4B. Windows color (decimal): -3733400 or 6817991. OLE color: 6817991.

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

Color convert

RGB 199 8 104 -
CMYK 0 0.96 0.48 0.22
HSL 329.84º 0.92% 0.41% -
HSV(B) 329.84º 0.96% 0.78% -
XYZ 26.14 13.32 14.29 -
YUV 76.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 199 8 104 0 0.96 0.48 0.22 329.84 0.92 0.41
Hex C7 8 68 0 60 30 16 14A 5C 29
Octal 307 10 150 0 140 60 26 512 134 51
Binary 11000111 1000 1101000 0 1100000 110000 10110 101001010 1011100 101001

Color Harmonies of #C70868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70868

Black with #C70868

Text Example


Text Example

White with #C70868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70868; }

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

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

background-color css

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

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

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

border-color css

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

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

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