Html Css Color HEX #C70668 Ruby

📋 copy color: '#C70668'

red 199 ◦ green 6 ◦ blue 104

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

Shades of Ruby #C70668

Tints of Ruby #C70668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 64.4%
G = 1.94%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70668 (or 0xC70668) is known color: Ruby. HEX triplet: C7, 06 and 68. RGB value is (199,6,104). Sum of RGB (Red+Green+Blue) = 199+6+104=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C70668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70668 is #38F997. Grayscale: #4A4A4A. Windows color (decimal): -3733912 or 6817479. OLE color: 6817479.

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

Color convert

RGB 199 6 104 -
CMYK 0 0.97 0.48 0.22
HSL 329.53º 0.94% 0.4% -
HSV(B) 329.53º 0.97% 0.78% -
XYZ 26.12 13.27 14.28 -
YUV 74.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 199 6 104 0 0.97 0.48 0.22 329.53 0.94 0.4
Hex C7 6 68 0 61 30 16 14A 5E 28
Octal 307 6 150 0 141 60 26 512 136 50
Binary 11000111 110 1101000 0 1100001 110000 10110 101001010 1011110 101000

Color Harmonies of #C70668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70668

Black with #C70668

Text Example


Text Example

White with #C70668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70668; }

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

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

background-color css

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

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

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

border-color css

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

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

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