Html Css Color HEX #C7175B Ruby

📋 copy color: '#C7175B'

red 199 ◦ green 23 ◦ blue 91

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

Shades of Ruby #C7175B

Tints of Ruby #C7175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 63.58%
G = 7.35%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7175B (or 0xC7175B) is known color: Ruby. HEX triplet: C7, 17 and 5B. RGB value is (199,23,91). Sum of RGB (Red+Green+Blue) = 199+23+91=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7175B is #38E8A4. Grayscale: #535353. Windows color (decimal): -3729573 or 5969863. OLE color: 5969863.

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

Color convert

RGB 199 23 91 -
CMYK 0 0.88 0.54 0.22
HSL 336.82º 0.79% 0.44% -
HSV(B) 336.82º 0.88% 0.78% -
XYZ 25.75 13.51 11.15 -
YUV 83.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 199 23 91 0 0.88 0.54 0.22 336.82 0.79 0.44
Hex C7 17 5B 0 58 36 16 151 4F 2C
Octal 307 27 133 0 130 66 26 521 117 54
Binary 11000111 10111 1011011 0 1011000 110110 10110 101010001 1001111 101100

Color Harmonies of #C7175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7175B

Black with #C7175B

Text Example


Text Example

White with #C7175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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