Html Css Color HEX #C61368 Ruby

📋 copy color: '#C61368'

red 198 ◦ green 19 ◦ blue 104

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

Shades of Ruby #C61368

Tints of Ruby #C61368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 61.68%
G = 5.92%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C61368 (or 0xC61368) is known color: Ruby. HEX triplet: C6, 13 and 68. RGB value is (198,19,104). Sum of RGB (Red+Green+Blue) = 198+19+104=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61368 is #39EC97. Grayscale: #525252. Windows color (decimal): -3796120 or 6820806. OLE color: 6820806.

HSL color Cylindrical-coordinate representation of color #C61368: hue angle of 331.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61368 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 104 -
CMYK 0 0.90 0.47 0.22
HSL 331.51º 0.82% 0.43% -
HSV(B) 331.51º 0.9% 0.78% -
XYZ 26.02 13.47 14.33 -
YUV 82.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 198 19 104 0 0.90 0.47 0.22 331.51 0.82 0.43
Hex C6 13 68 0 5A 2F 16 14C 52 2B
Octal 306 23 150 0 132 57 26 514 122 53
Binary 11000110 10011 1101000 0 1011010 101111 10110 101001100 1010010 101011

Color Harmonies of #C61368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61368

Black with #C61368

Text Example


Text Example

White with #C61368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61368; }

 p { color: rgb(198,19,104); }

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

background-color css

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

 a { background-color: rgb(198,19,104); }

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

border-color css

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

 span { border-color: rgb(198,19,104); }

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