Html Css Color HEX #C61A68 Ruby

📋 copy color: '#C61A68'

red 198 ◦ green 26 ◦ blue 104

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

Shades of Ruby #C61A68

Tints of Ruby #C61A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

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

R = 60.37%
G = 7.93%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C61A68 (or 0xC61A68) is known color: Ruby. HEX triplet: C6, 1A and 68. RGB value is (198,26,104). Sum of RGB (Red+Green+Blue) = 198+26+104=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A68 is #39E597. Grayscale: #565656. Windows color (decimal): -3794328 or 6822598. OLE color: 6822598.

HSL color Cylindrical-coordinate representation of color #C61A68: hue angle of 332.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A68 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 26 104 -
CMYK 0 0.87 0.47 0.22
HSL 332.79º 0.77% 0.44% -
HSV(B) 332.79º 0.87% 0.78% -
XYZ 26.16 13.74 14.37 -
YUV 86.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 198 26 104 0 0.87 0.47 0.22 332.79 0.77 0.44
Hex C6 1A 68 0 57 2F 16 14D 4D 2C
Octal 306 32 150 0 127 57 26 515 115 54
Binary 11000110 11010 1101000 0 1010111 101111 10110 101001101 1001101 101100

Color Harmonies of #C61A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A68

Black with #C61A68

Text Example


Text Example

White with #C61A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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