Html Css Color HEX #C70968 Ruby

📋 copy color: '#C70968'

red 199 ◦ green 9 ◦ blue 104

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

Shades of Ruby #C70968

Tints of Ruby #C70968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 63.78%
G = 2.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70968 (or 0xC70968) is known color: Ruby. HEX triplet: C7, 09 and 68. RGB value is (199,9,104). Sum of RGB (Red+Green+Blue) = 199+9+104=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C70968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70968 is #38F697. Grayscale: #4C4C4C. Windows color (decimal): -3733144 or 6818247. OLE color: 6818247.

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

Color convert

RGB 199 9 104 -
CMYK 0 0.95 0.48 0.22
HSL 330º 0.91% 0.41% -
HSV(B) 330º 0.95% 0.78% -
XYZ 26.15 13.34 14.29 -
YUV 76.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 199 9 104 0 0.95 0.48 0.22 330 0.91 0.41
Hex C7 9 68 0 5F 30 16 14A 5B 29
Octal 307 11 150 0 137 60 26 512 133 51
Binary 11000111 1001 1101000 0 1011111 110000 10110 101001010 1011011 101001

Color Harmonies of #C70968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70968

Black with #C70968

Text Example


Text Example

White with #C70968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70968; }

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

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

background-color css

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

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

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

border-color css

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

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

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