Html Css Color HEX #C7155F Ruby

📋 copy color: '#C7155F'

red 199 ◦ green 21 ◦ blue 95

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

Shades of Ruby #C7155F

Tints of Ruby #C7155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 63.17%
G = 6.67%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7155F (or 0xC7155F) is known color: Ruby. HEX triplet: C7, 15 and 5F. RGB value is (199,21,95). Sum of RGB (Red+Green+Blue) = 199+21+95=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7155F is #38EAA0. Grayscale: #525252. Windows color (decimal): -3730081 or 6231495. OLE color: 6231495.

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

Color convert

RGB 199 21 95 -
CMYK 0 0.89 0.52 0.22
HSL 335.06º 0.81% 0.43% -
HSV(B) 335.06º 0.89% 0.78% -
XYZ 25.89 13.5 12.07 -
YUV 82.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 199 21 95 0 0.89 0.52 0.22 335.06 0.81 0.43
Hex C7 15 5F 0 59 34 16 14F 51 2B
Octal 307 25 137 0 131 64 26 517 121 53
Binary 11000111 10101 1011111 0 1011001 110100 10110 101001111 1010001 101011

Color Harmonies of #C7155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7155F

Black with #C7155F

Text Example


Text Example

White with #C7155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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