Html Css Color HEX #C8175B Ruby

📋 copy color: '#C8175B'

red 200 ◦ green 23 ◦ blue 91

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

Shades of Ruby #C8175B

Tints of Ruby #C8175B

RGB

 RED value IS 200 (78.52% from 255) = 63.69%

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

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

R = 63.69%
G = 7.32%
B = 28.98%

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

#C8175B (or 0xC8175B) is known color: Ruby. HEX triplet: C8, 17 and 5B. RGB value is (200,23,91). Sum of RGB (Red+Green+Blue) = 200+23+91=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8175B is #37E8A4. Grayscale: #535353. Windows color (decimal): -3664037 or 5969864. OLE color: 5969864.

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

Color convert

RGB 200 23 91 -
CMYK 0 0.88 0.54 0.22
HSL 336.95º 0.79% 0.44% -
HSV(B) 336.95º 0.89% 0.78% -
XYZ 26.01 13.65 11.16 -
YUV 83.68 132.14 210.97 -
System Red Green Blue C M Y K H S L
Decimal 200 23 91 0 0.88 0.54 0.22 336.95 0.79 0.44
Hex C8 17 5B 0 58 36 16 151 4F 2C
Octal 310 27 133 0 130 66 26 521 117 54
Binary 11001000 10111 1011011 0 1011000 110110 10110 101010001 1001111 101100

Color Harmonies of #C8175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8175B

Black with #C8175B

Text Example


Text Example

White with #C8175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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