Html Css Color HEX #C7155B Ruby

📋 copy color: '#C7155B'

red 199 ◦ green 21 ◦ blue 91

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

Shades of Ruby #C7155B

Tints of Ruby #C7155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 63.99%
G = 6.75%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7155B (or 0xC7155B) is known color: Ruby. HEX triplet: C7, 15 and 5B. RGB value is (199,21,91). Sum of RGB (Red+Green+Blue) = 199+21+91=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7155B is #38EAA4. Grayscale: #525252. Windows color (decimal): -3730085 or 5969351. OLE color: 5969351.

HSL color Cylindrical-coordinate representation of color #C7155B: hue angle of 336.4º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7155B is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 91 -
CMYK 0 0.89 0.54 0.22
HSL 336.4º 0.81% 0.43% -
HSV(B) 336.4º 0.89% 0.78% -
XYZ 25.71 13.43 11.14 -
YUV 82.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 199 21 91 0 0.89 0.54 0.22 336.4 0.81 0.43
Hex C7 15 5B 0 59 36 16 150 51 2B
Octal 307 25 133 0 131 66 26 520 121 53
Binary 11000111 10101 1011011 0 1011001 110110 10110 101010000 1010001 101011

Color Harmonies of #C7155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7155B

Black with #C7155B

Text Example


Text Example

White with #C7155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7155B; }

 p { color: rgb(199,21,91); }

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

background-color css

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

 a { background-color: rgb(199,21,91); }

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

border-color css

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

 span { border-color: rgb(199,21,91); }

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