Html Css Color HEX #C8175A Ruby

📋 copy color: '#C8175A'

red 200 ◦ green 23 ◦ blue 90

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

Shades of Ruby #C8175A

Tints of Ruby #C8175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 63.9%
G = 7.35%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8175A (or 0xC8175A) is known color: Ruby. HEX triplet: C8, 17 and 5A. RGB value is (200,23,90). Sum of RGB (Red+Green+Blue) = 200+23+90=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8175A is #37E8A5. Grayscale: #535353. Windows color (decimal): -3664038 or 5904328. OLE color: 5904328.

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

Color convert

RGB 200 23 90 -
CMYK 0 0.88 0.55 0.22
HSL 337.29º 0.79% 0.44% -
HSV(B) 337.29º 0.89% 0.78% -
XYZ 25.97 13.63 10.93 -
YUV 83.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 200 23 90 0 0.88 0.55 0.22 337.29 0.79 0.44
Hex C8 17 5A 0 58 37 16 151 4F 2C
Octal 310 27 132 0 130 67 26 521 117 54
Binary 11001000 10111 1011010 0 1011000 110111 10110 101010001 1001111 101100

Color Harmonies of #C8175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8175A

Black with #C8175A

Text Example


Text Example

White with #C8175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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