Html Css Color HEX #C6175C Ruby

📋 copy color: '#C6175C'

red 198 ◦ green 23 ◦ blue 92

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

Shades of Ruby #C6175C

Tints of Ruby #C6175C

RGB

 RED value IS 198 (77.73% from 255) = 63.26%

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

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

R = 63.26%
G = 7.35%
B = 29.39%

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

#C6175C (or 0xC6175C) is known color: Ruby. HEX triplet: C6, 17 and 5C. RGB value is (198,23,92). Sum of RGB (Red+Green+Blue) = 198+23+92=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6175C is #39E8A3. Grayscale: #535353. Windows color (decimal): -3795108 or 6035398. OLE color: 6035398.

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

Color convert

RGB 198 23 92 -
CMYK 0 0.88 0.54 0.22
HSL 336.34º 0.79% 0.43% -
HSV(B) 336.34º 0.88% 0.78% -
XYZ 25.53 13.39 11.36 -
YUV 83.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 198 23 92 0 0.88 0.54 0.22 336.34 0.79 0.43
Hex C6 17 5C 0 58 36 16 150 4F 2B
Octal 306 27 134 0 130 66 26 520 117 53
Binary 11000110 10111 1011100 0 1011000 110110 10110 101010000 1001111 101011

Color Harmonies of #C6175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6175C

Black with #C6175C

Text Example


Text Example

White with #C6175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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