Html Css Color HEX #C61655 Ruby

📋 copy color: '#C61655'

red 198 ◦ green 22 ◦ blue 85

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

Shades of Ruby #C61655

Tints of Ruby #C61655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 64.92%
G = 7.21%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C61655 (or 0xC61655) is known color: Ruby. HEX triplet: C6, 16 and 55. RGB value is (198,22,85). Sum of RGB (Red+Green+Blue) = 198+22+85=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C61655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61655 is #39E9AA. Grayscale: #515151. Windows color (decimal): -3795371 or 5576390. OLE color: 5576390.

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

Color convert

RGB 198 22 85 -
CMYK 0 0.89 0.57 0.22
HSL 338.52º 0.8% 0.43% -
HSV(B) 338.52º 0.89% 0.78% -
XYZ 25.22 13.24 9.82 -
YUV 81.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 198 22 85 0 0.89 0.57 0.22 338.52 0.8 0.43
Hex C6 16 55 0 59 39 16 153 50 2B
Octal 306 26 125 0 131 71 26 523 120 53
Binary 11000110 10110 1010101 0 1011001 111001 10110 101010011 1010000 101011

Color Harmonies of #C61655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61655

Black with #C61655

Text Example


Text Example

White with #C61655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61655; }

 p { color: rgb(198,22,85); }

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

background-color css

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

 a { background-color: rgb(198,22,85); }

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

border-color css

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

 span { border-color: rgb(198,22,85); }

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