Html Css Color HEX #C7146A Ruby

📋 copy color: '#C7146A'

red 199 ◦ green 20 ◦ blue 106

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

Shades of Ruby #C7146A

Tints of Ruby #C7146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

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

R = 61.23%
G = 6.15%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7146A (or 0xC7146A) is known color: Ruby. HEX triplet: C7, 14 and 6A. RGB value is (199,20,106). Sum of RGB (Red+Green+Blue) = 199+20+106=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7146A is #38EB95. Grayscale: #535353. Windows color (decimal): -3730326 or 6952135. OLE color: 6952135.

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

Color convert

RGB 199 20 106 -
CMYK 0 0.90 0.47 0.22
HSL 331.17º 0.82% 0.43% -
HSV(B) 331.17º 0.9% 0.78% -
XYZ 26.4 13.68 14.89 -
YUV 83.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 199 20 106 0 0.90 0.47 0.22 331.17 0.82 0.43
Hex C7 14 6A 0 5A 2F 16 14B 52 2B
Octal 307 24 152 0 132 57 26 513 122 53
Binary 11000111 10100 1101010 0 1011010 101111 10110 101001011 1010010 101011

Color Harmonies of #C7146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7146A

Black with #C7146A

Text Example


Text Example

White with #C7146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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