Html Css Color HEX #C7145E Ruby

📋 copy color: '#C7145E'

red 199 ◦ green 20 ◦ blue 94

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

Shades of Ruby #C7145E

Tints of Ruby #C7145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 63.58%
G = 6.39%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7145E (or 0xC7145E) is known color: Ruby. HEX triplet: C7, 14 and 5E. RGB value is (199,20,94). Sum of RGB (Red+Green+Blue) = 199+20+94=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7145E is #38EBA1. Grayscale: #515151. Windows color (decimal): -3730338 or 6165703. OLE color: 6165703.

HSL color Cylindrical-coordinate representation of color #C7145E: hue angle of 335.2º 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 #C7145E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 94 -
CMYK 0 0.90 0.53 0.22
HSL 335.2º 0.82% 0.43% -
HSV(B) 335.2º 0.9% 0.78% -
XYZ 25.82 13.45 11.82 -
YUV 81.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 199 20 94 0 0.90 0.53 0.22 335.2 0.82 0.43
Hex C7 14 5E 0 5A 35 16 14F 52 2B
Octal 307 24 136 0 132 65 26 517 122 53
Binary 11000111 10100 1011110 0 1011010 110101 10110 101001111 1010010 101011

Color Harmonies of #C7145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7145E

Black with #C7145E

Text Example


Text Example

White with #C7145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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