Html Css Color HEX #C6176A Ruby

📋 copy color: '#C6176A'

red 198 ◦ green 23 ◦ blue 106

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

Shades of Ruby #C6176A

Tints of Ruby #C6176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 60.55%
G = 7.03%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6176A (or 0xC6176A) is known color: Ruby. HEX triplet: C6, 17 and 6A. RGB value is (198,23,106). Sum of RGB (Red+Green+Blue) = 198+23+106=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6176A is #39E895. Grayscale: #545454. Windows color (decimal): -3795094 or 6952902. OLE color: 6952902.

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

Color convert

RGB 198 23 106 -
CMYK 0 0.88 0.46 0.22
HSL 331.54º 0.79% 0.43% -
HSV(B) 331.54º 0.88% 0.78% -
XYZ 26.2 13.66 14.89 -
YUV 84.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 198 23 106 0 0.88 0.46 0.22 331.54 0.79 0.43
Hex C6 17 6A 0 58 2E 16 14C 4F 2B
Octal 306 27 152 0 130 56 26 514 117 53
Binary 11000110 10111 1101010 0 1011000 101110 10110 101001100 1001111 101011

Color Harmonies of #C6176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6176A

Black with #C6176A

Text Example


Text Example

White with #C6176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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