Html Css Color HEX #C5175C Ruby

📋 copy color: '#C5175C'

red 197 ◦ green 23 ◦ blue 92

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

Shades of Ruby #C5175C

Tints of Ruby #C5175C

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

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

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

R = 63.14%
G = 7.37%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5175C (or 0xC5175C) is known color: Ruby. HEX triplet: C5, 17 and 5C. RGB value is (197,23,92). Sum of RGB (Red+Green+Blue) = 197+23+92=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5175C is #3AE8A3. Grayscale: #525252. Windows color (decimal): -3860644 or 6035397. OLE color: 6035397.

HSL color Cylindrical-coordinate representation of color #C5175C: hue angle of 336.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5175C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 92 -
CMYK 0 0.88 0.53 0.23
HSL 336.21º 0.79% 0.43% -
HSV(B) 336.21º 0.88% 0.77% -
XYZ 25.26 13.26 11.35 -
YUV 82.89 133.15 209.39 -
System Red Green Blue C M Y K H S L
Decimal 197 23 92 0 0.88 0.53 0.23 336.21 0.79 0.43
Hex C5 17 5C 0 58 35 17 150 4F 2B
Octal 305 27 134 0 130 65 27 520 117 53
Binary 11000101 10111 1011100 0 1011000 110101 10111 101010000 1001111 101011

Color Harmonies of #C5175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5175C

Black with #C5175C

Text Example


Text Example

White with #C5175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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