Html Css Color HEX #C7016A Ruby

📋 copy color: '#C7016A'

red 199 ◦ green 1 ◦ blue 106

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

Shades of Ruby #C7016A

Tints of Ruby #C7016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 65.03%
G = 0.33%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7016A (or 0xC7016A) is known color: Ruby. HEX triplet: C7, 01 and 6A. RGB value is (199,1,106). Sum of RGB (Red+Green+Blue) = 199+1+106=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C7016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7016A is #38FE95. Grayscale: #474747. Windows color (decimal): -3735190 or 6947271. OLE color: 6947271.

HSL color Cylindrical-coordinate representation of color #C7016A: hue angle of 328.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7016A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 106 -
CMYK 0 0.99 0.47 0.22
HSL 328.18º 0.99% 0.39% -
HSV(B) 328.18º 0.99% 0.78% -
XYZ 26.17 13.2 14.81 -
YUV 72.17 147.1 218.46 -
System Red Green Blue C M Y K H S L
Decimal 199 1 106 0 0.99 0.47 0.22 328.18 0.99 0.39
Hex C7 1 6A 0 63 2F 16 148 63 27
Octal 307 1 152 0 143 57 26 510 143 47
Binary 11000111 1 1101010 0 1100011 101111 10110 101001000 1100011 100111

Color Harmonies of #C7016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7016A

Black with #C7016A

Text Example


Text Example

White with #C7016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7016A; }

 p { color: rgb(199,1,106); }

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

background-color css

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

 a { background-color: rgb(199,1,106); }

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

border-color css

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

 span { border-color: rgb(199,1,106); }

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