Html Css Color HEX #C60168 Ruby

📋 copy color: '#C60168'

red 198 ◦ green 1 ◦ blue 104

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

Shades of Ruby #C60168

Tints of Ruby #C60168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 65.35%
G = 0.33%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C60168 (or 0xC60168) is known color: Ruby. HEX triplet: C6, 01 and 68. RGB value is (198,1,104). Sum of RGB (Red+Green+Blue) = 198+1+104=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60168 is #39FE97. Grayscale: #474747. Windows color (decimal): -3800728 or 6816198. OLE color: 6816198.

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

Color convert

RGB 198 1 104 -
CMYK 0 0.99 0.47 0.22
HSL 328.63º 0.99% 0.39% -
HSV(B) 328.63º 0.99% 0.78% -
XYZ 25.8 13.03 14.25 -
YUV 71.65 146.27 218.12 -
System Red Green Blue C M Y K H S L
Decimal 198 1 104 0 0.99 0.47 0.22 328.63 0.99 0.39
Hex C6 1 68 0 63 2F 16 149 63 27
Octal 306 1 150 0 143 57 26 511 143 47
Binary 11000110 1 1101000 0 1100011 101111 10110 101001001 1100011 100111

Color Harmonies of #C60168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60168

Black with #C60168

Text Example


Text Example

White with #C60168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60168; }

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

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

background-color css

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

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

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

border-color css

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

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

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