Html Css Color HEX #C8175F Ruby

📋 copy color: '#C8175F'

red 200 ◦ green 23 ◦ blue 95

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

Shades of Ruby #C8175F

Tints of Ruby #C8175F

RGB

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

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

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

R = 62.89%
G = 7.23%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8175F (or 0xC8175F) is known color: Ruby. HEX triplet: C8, 17 and 5F. RGB value is (200,23,95). Sum of RGB (Red+Green+Blue) = 200+23+95=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8175F is #37E8A0. Grayscale: #545454. Windows color (decimal): -3664033 or 6232008. OLE color: 6232008.

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

Color convert

RGB 200 23 95 -
CMYK 0 0.88 0.52 0.22
HSL 335.59º 0.79% 0.44% -
HSV(B) 335.59º 0.89% 0.78% -
XYZ 26.19 13.72 12.09 -
YUV 84.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 200 23 95 0 0.88 0.52 0.22 335.59 0.79 0.44
Hex C8 17 5F 0 58 34 16 150 4F 2C
Octal 310 27 137 0 130 64 26 520 117 54
Binary 11001000 10111 1011111 0 1011000 110100 10110 101010000 1001111 101100

Color Harmonies of #C8175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8175F

Black with #C8175F

Text Example


Text Example

White with #C8175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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