Html Css Color HEX #C8175C Ruby

📋 copy color: '#C8175C'

red 200 ◦ green 23 ◦ blue 92

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

Shades of Ruby #C8175C

Tints of Ruby #C8175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 63.49%
G = 7.3%
B = 29.21%

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

#C8175C (or 0xC8175C) is known color: Ruby. HEX triplet: C8, 17 and 5C. RGB value is (200,23,92). Sum of RGB (Red+Green+Blue) = 200+23+92=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8175C is #37E8A3. Grayscale: #535353. Windows color (decimal): -3664036 or 6035400. OLE color: 6035400.

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

Color convert

RGB 200 23 92 -
CMYK 0 0.88 0.54 0.22
HSL 336.61º 0.79% 0.44% -
HSV(B) 336.61º 0.89% 0.78% -
XYZ 26.06 13.66 11.39 -
YUV 83.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 200 23 92 0 0.88 0.54 0.22 336.61 0.79 0.44
Hex C8 17 5C 0 58 36 16 151 4F 2C
Octal 310 27 134 0 130 66 26 521 117 54
Binary 11001000 10111 1011100 0 1011000 110110 10110 101010001 1001111 101100

Color Harmonies of #C8175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8175C

Black with #C8175C

Text Example


Text Example

White with #C8175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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