Html Css Color HEX #C7196A Ruby

📋 copy color: '#C7196A'

red 199 ◦ green 25 ◦ blue 106

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

Shades of Ruby #C7196A

Tints of Ruby #C7196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

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

R = 60.3%
G = 7.58%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7196A (or 0xC7196A) is known color: Ruby. HEX triplet: C7, 19 and 6A. RGB value is (199,25,106). Sum of RGB (Red+Green+Blue) = 199+25+106=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7196A is #38E695. Grayscale: #565656. Windows color (decimal): -3729046 or 6953415. OLE color: 6953415.

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

Color convert

RGB 199 25 106 -
CMYK 0 0.87 0.47 0.22
HSL 332.07º 0.78% 0.44% -
HSV(B) 332.07º 0.87% 0.78% -
XYZ 26.5 13.88 14.92 -
YUV 86.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 199 25 106 0 0.87 0.47 0.22 332.07 0.78 0.44
Hex C7 19 6A 0 57 2F 16 14C 4E 2C
Octal 307 31 152 0 127 57 26 514 116 54
Binary 11000111 11001 1101010 0 1010111 101111 10110 101001100 1001110 101100

Color Harmonies of #C7196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7196A

Black with #C7196A

Text Example


Text Example

White with #C7196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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