Html Css Color HEX #C61764 Ruby

📋 copy color: '#C61764'

red 198 ◦ green 23 ◦ blue 100

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

Shades of Ruby #C61764

Tints of Ruby #C61764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 61.68%
G = 7.17%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C61764 (or 0xC61764) is known color: Ruby. HEX triplet: C6, 17 and 64. RGB value is (198,23,100). Sum of RGB (Red+Green+Blue) = 198+23+100=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61764 is #39E89B. Grayscale: #535353. Windows color (decimal): -3795100 or 6559686. OLE color: 6559686.

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

Color convert

RGB 198 23 100 -
CMYK 0 0.88 0.49 0.22
HSL 333.6º 0.79% 0.43% -
HSV(B) 333.6º 0.88% 0.78% -
XYZ 25.9 13.54 13.3 -
YUV 84.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 198 23 100 0 0.88 0.49 0.22 333.6 0.79 0.43
Hex C6 17 64 0 58 31 16 14E 4F 2B
Octal 306 27 144 0 130 61 26 516 117 53
Binary 11000110 10111 1100100 0 1011000 110001 10110 101001110 1001111 101011

Color Harmonies of #C61764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61764

Black with #C61764

Text Example


Text Example

White with #C61764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61764; }

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

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

background-color css

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

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

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

border-color css

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

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

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