Html Css Color HEX #C7155E Ruby

📋 copy color: '#C7155E'

red 199 ◦ green 21 ◦ blue 94

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

Shades of Ruby #C7155E

Tints of Ruby #C7155E

RGB

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

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

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

R = 63.38%
G = 6.69%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7155E (or 0xC7155E) is known color: Ruby. HEX triplet: C7, 15 and 5E. RGB value is (199,21,94). Sum of RGB (Red+Green+Blue) = 199+21+94=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7155E is #38EAA1. Grayscale: #525252. Windows color (decimal): -3730082 or 6165959. OLE color: 6165959.

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

Color convert

RGB 199 21 94 -
CMYK 0 0.89 0.53 0.22
HSL 335.39º 0.81% 0.43% -
HSV(B) 335.39º 0.89% 0.78% -
XYZ 25.84 13.49 11.83 -
YUV 82.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 199 21 94 0 0.89 0.53 0.22 335.39 0.81 0.43
Hex C7 15 5E 0 59 35 16 14F 51 2B
Octal 307 25 136 0 131 65 26 517 121 53
Binary 11000111 10101 1011110 0 1011001 110101 10110 101001111 1010001 101011

Color Harmonies of #C7155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7155E

Black with #C7155E

Text Example


Text Example

White with #C7155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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