Html Css Color HEX #C60667 Ruby

📋 copy color: '#C60667'

red 198 ◦ green 6 ◦ blue 103

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

Shades of Ruby #C60667

Tints of Ruby #C60667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 64.5%
G = 1.95%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C60667 (or 0xC60667) is known color: Ruby. HEX triplet: C6, 06 and 67. RGB value is (198,6,103). Sum of RGB (Red+Green+Blue) = 198+6+103=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C60667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60667 is #39F998. Grayscale: #4A4A4A. Windows color (decimal): -3799449 or 6751942. OLE color: 6751942.

HSL color Cylindrical-coordinate representation of color #C60667: hue angle of 329.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60667 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 103 -
CMYK 0 0.97 0.48 0.22
HSL 329.69º 0.94% 0.4% -
HSV(B) 329.69º 0.97% 0.78% -
XYZ 25.8 13.12 14 -
YUV 74.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 198 6 103 0 0.97 0.48 0.22 329.69 0.94 0.4
Hex C6 6 67 0 61 30 16 14A 5E 28
Octal 306 6 147 0 141 60 26 512 136 50
Binary 11000110 110 1100111 0 1100001 110000 10110 101001010 1011110 101000

Color Harmonies of #C60667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60667

Black with #C60667

Text Example


Text Example

White with #C60667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60667; }

 p { color: rgb(198,6,103); }

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

background-color css

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

 a { background-color: rgb(198,6,103); }

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

border-color css

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

 span { border-color: rgb(198,6,103); }

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