Html Css Color HEX #C61165 Ruby

📋 copy color: '#C61165'

red 198 ◦ green 17 ◦ blue 101

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

Shades of Ruby #C61165

Tints of Ruby #C61165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 62.66%
G = 5.38%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C61165 (or 0xC61165) is known color: Ruby. HEX triplet: C6, 11 and 65. RGB value is (198,17,101). Sum of RGB (Red+Green+Blue) = 198+17+101=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C61165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61165 is #39EE9A. Grayscale: #505050. Windows color (decimal): -3796635 or 6623686. OLE color: 6623686.

HSL color Cylindrical-coordinate representation of color #C61165: hue angle of 332.15º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61165 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 101 -
CMYK 0 0.91 0.49 0.22
HSL 332.15º 0.84% 0.42% -
HSV(B) 332.15º 0.91% 0.78% -
XYZ 25.84 13.35 13.53 -
YUV 80.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 198 17 101 0 0.91 0.49 0.22 332.15 0.84 0.42
Hex C6 11 65 0 5B 31 16 14C 54 2A
Octal 306 21 145 0 133 61 26 514 124 52
Binary 11000110 10001 1100101 0 1011011 110001 10110 101001100 1010100 101010

Color Harmonies of #C61165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61165

Black with #C61165

Text Example


Text Example

White with #C61165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61165; }

 p { color: rgb(198,17,101); }

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

background-color css

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

 a { background-color: rgb(198,17,101); }

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

border-color css

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

 span { border-color: rgb(198,17,101); }

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