Html Css Color HEX #C7026A Ruby

📋 copy color: '#C7026A'

red 199 ◦ green 2 ◦ blue 106

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

Shades of Ruby #C7026A

Tints of Ruby #C7026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 64.82%
G = 0.65%
B = 34.53%

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

#C7026A (or 0xC7026A) is known color: Ruby. HEX triplet: C7, 02 and 6A. RGB value is (199,2,106). Sum of RGB (Red+Green+Blue) = 199+2+106=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7026A is #38FD95. Grayscale: #484848. Windows color (decimal): -3734934 or 6947527. OLE color: 6947527.

HSL color Cylindrical-coordinate representation of color #C7026A: hue angle of 328.32º degrees, saturation: 0.98, 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 #C7026A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 106 -
CMYK 0 0.99 0.47 0.22
HSL 328.32º 0.98% 0.39% -
HSV(B) 328.32º 0.99% 0.78% -
XYZ 26.18 13.23 14.81 -
YUV 72.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 199 2 106 0 0.99 0.47 0.22 328.32 0.98 0.39
Hex C7 2 6A 0 63 2F 16 148 62 27
Octal 307 2 152 0 143 57 26 510 142 47
Binary 11000111 10 1101010 0 1100011 101111 10110 101001000 1100010 100111

Color Harmonies of #C7026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7026A

Black with #C7026A

Text Example


Text Example

White with #C7026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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